Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763AbbEBRsz (ORCPT ); Sat, 2 May 2015 13:48:55 -0400 Received: from smtp-out-084.synserver.de ([212.40.185.84]:1061 "EHLO smtp-out-080.synserver.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751641AbbEBRsw (ORCPT ); Sat, 2 May 2015 13:48:52 -0400 X-SynServer-TrustedSrc: 1 X-SynServer-AuthUser: lars@metafoo.de X-SynServer-PPID: 21580 Message-ID: <55450E00.6050403@metafoo.de> Date: Sat, 02 May 2015 19:48:48 +0200 From: Lars-Peter Clausen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: Krzysztof Kozlowski , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald , Greg Kroah-Hartman , linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: iio: ad7606_par: Constify platform_device_id References: <1430495002-31057-1-git-send-email-k.kozlowski.k@gmail.com> In-Reply-To: <1430495002-31057-1-git-send-email-k.kozlowski.k@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1165 Lines: 34 On 05/01/2015 05:43 PM, Krzysztof Kozlowski wrote: > The platform_device_id is not modified by the driver and core uses it as > const. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Lars-Peter Clausen Thanks. > --- > drivers/staging/iio/adc/ad7606_par.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/iio/adc/ad7606_par.c b/drivers/staging/iio/adc/ad7606_par.c > index 9e24b4d4455f..1d48ae381d16 100644 > --- a/drivers/staging/iio/adc/ad7606_par.c > +++ b/drivers/staging/iio/adc/ad7606_par.c > @@ -119,7 +119,7 @@ static const struct dev_pm_ops ad7606_pm_ops = { > #define AD7606_PAR_PM_OPS NULL > #endif /* CONFIG_PM */ > > -static struct platform_device_id ad7606_driver_ids[] = { > +static const struct platform_device_id ad7606_driver_ids[] = { > { > .name = "ad7606-8", > .driver_data = ID_AD7606_8, > -- 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/