From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH 2/8] mfd: ssbi: Constify buffer in ssbi_write Date: Wed, 11 Dec 2013 09:28:22 +0000 Message-ID: <20131211092822.GE16780@lee--X1> References: <1386718523-2587-1-git-send-email-sboyd@codeaurora.org> <1386718523-2587-3-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-yh0-f43.google.com ([209.85.213.43]:41725 "EHLO mail-yh0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084Ab3LKJ21 (ORCPT ); Wed, 11 Dec 2013 04:28:27 -0500 Received: by mail-yh0-f43.google.com with SMTP id a41so4780332yho.30 for ; Wed, 11 Dec 2013 01:28:26 -0800 (PST) Content-Disposition: inline In-Reply-To: <1386718523-2587-3-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Samuel Ortiz , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Tue, 10 Dec 2013, Stephen Boyd wrote: > In preparation for passing a const pointer directly to > ssbi_write() from the regmap APIs. >=20 > Signed-off-by: Stephen Boyd > --- > drivers/mfd/ssbi.c | 8 ++++---- > include/linux/ssbi.h | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks. --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Wed, 11 Dec 2013 09:28:22 +0000 Subject: [PATCH 2/8] mfd: ssbi: Constify buffer in ssbi_write In-Reply-To: <1386718523-2587-3-git-send-email-sboyd@codeaurora.org> References: <1386718523-2587-1-git-send-email-sboyd@codeaurora.org> <1386718523-2587-3-git-send-email-sboyd@codeaurora.org> Message-ID: <20131211092822.GE16780@lee--X1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 10 Dec 2013, Stephen Boyd wrote: > In preparation for passing a const pointer directly to > ssbi_write() from the regmap APIs. > > Signed-off-by: Stephen Boyd > --- > drivers/mfd/ssbi.c | 8 ++++---- > include/linux/ssbi.h | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog