Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754821AbbLKKtB (ORCPT ); Fri, 11 Dec 2015 05:49:01 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:36385 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752206AbbLKKs7 (ORCPT ); Fri, 11 Dec 2015 05:48:59 -0500 From: Chunyan Zhang To: alexander.shishkin@linux.intel.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] modify the number of masters Date: Fri, 11 Dec 2015 18:47:58 +0800 Message-Id: <1449830880-15319-1-git-send-email-zhang.chunyan@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 26 sw_end represents the last software master, sw_start is index of the first master, so the number of software masters should be sw_end - sw_start + 1. This patchset simply modified the similar issue in two modules. Changes since V1: * Split the only one patch of V1 into two separated patches according to Alex's comments Chunyan Zhang (2): stm: the number of masters should be (sw_end - sw_start + 1) intel_th: the number of masters should be (sw_end - sw_start + 1) drivers/hwtracing/intel_th/sth.c | 2 +- drivers/hwtracing/stm/core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/