From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.long@linaro.org (Eric Long) Date: Mon, 25 Jan 2016 16:34:54 +0800 Subject: [PATCH v2 0/2] Modify static defined and wrong parameter used. Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Both of the two patches optimize the code and remove the mistakes and warnings detected by the check tools. Changes since v1: - Adjust the patch by the changes not by the check tools. Eric Long (2): coresight: "DEVICE_ATTR_RO" should defined as static. coresight: etm4x: Check every parameter used by dma_xx_coherent. drivers/hwtracing/coresight/coresight-etm4x.c | 2 +- drivers/hwtracing/coresight/coresight-tmc.c | 6 +++--- drivers/hwtracing/coresight/of_coresight.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932196AbcAYIfu (ORCPT ); Mon, 25 Jan 2016 03:35:50 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:33125 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932170AbcAYIfs (ORCPT ); Mon, 25 Jan 2016 03:35:48 -0500 From: Eric Long To: mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: baolin.wang@linaro.org, zhang.chunyan@linaro.org, eric.long@linaro.org Subject: [PATCH v2 0/2] Modify static defined and wrong parameter used. Date: Mon, 25 Jan 2016 16:34:54 +0800 Message-Id: X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Both of the two patches optimize the code and remove the mistakes and warnings detected by the check tools. Changes since v1: - Adjust the patch by the changes not by the check tools. Eric Long (2): coresight: "DEVICE_ATTR_RO" should defined as static. coresight: etm4x: Check every parameter used by dma_xx_coherent. drivers/hwtracing/coresight/coresight-etm4x.c | 2 +- drivers/hwtracing/coresight/coresight-tmc.c | 6 +++--- drivers/hwtracing/coresight/of_coresight.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -- 1.7.9.5