linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: phy: msm: Make of_device_id array const
@ 2014-07-23  7:38 Kiran Padwal
  2014-07-23  9:18 ` Jingoo Han
  0 siblings, 1 reply; 3+ messages in thread
From: Kiran Padwal @ 2014-07-23  7:38 UTC (permalink / raw)
  To: balbi, linux-usb; +Cc: gregkh, linux-kernel, linux-arm-msm, kiran.padwal

Make of_device_id array const, because all OF functions handle it as const.

Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com>
---
 drivers/usb/phy/phy-msm-usb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c
index 78cc870..e4108ee 100644
--- a/drivers/usb/phy/phy-msm-usb.c
+++ b/drivers/usb/phy/phy-msm-usb.c
@@ -1429,7 +1429,7 @@ static void msm_otg_debugfs_cleanup(void)
 	debugfs_remove(msm_otg_dbg_root);
 }
 
-static struct of_device_id msm_otg_dt_match[] = {
+static const struct of_device_id msm_otg_dt_match[] = {
 	{
 		.compatible = "qcom,usb-otg-ci",
 		.data = (void *) CI_45NM_INTEGRATED_PHY
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: phy: msm: Make of_device_id array const
  2014-07-23  7:38 [PATCH] usb: phy: msm: Make of_device_id array const Kiran Padwal
@ 2014-07-23  9:18 ` Jingoo Han
  2014-07-23  9:42   ` kiran padwal
  0 siblings, 1 reply; 3+ messages in thread
From: Jingoo Han @ 2014-07-23  9:18 UTC (permalink / raw)
  To: 'Kiran Padwal'
  Cc: balbi, linux-usb, gregkh, linux-kernel, linux-arm-msm,
	kiran.padwal, 'Jingoo Han'

On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote:
> 
> Make of_device_id array const, because all OF functions handle it as const.

Hi Kiran Padwal,

The same patch was already submitted and merged to USB tree.
Thank you.

Best regards,
Jingoo Han

> 
> Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com>
> ---
>  drivers/usb/phy/phy-msm-usb.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c
> index 78cc870..e4108ee 100644
> --- a/drivers/usb/phy/phy-msm-usb.c
> +++ b/drivers/usb/phy/phy-msm-usb.c
> @@ -1429,7 +1429,7 @@ static void msm_otg_debugfs_cleanup(void)
>  	debugfs_remove(msm_otg_dbg_root);
>  }
> 
> -static struct of_device_id msm_otg_dt_match[] = {
> +static const struct of_device_id msm_otg_dt_match[] = {
>  	{
>  		.compatible = "qcom,usb-otg-ci",
>  		.data = (void *) CI_45NM_INTEGRATED_PHY
> --
> 1.7.9.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: phy: msm: Make of_device_id array const
  2014-07-23  9:18 ` Jingoo Han
@ 2014-07-23  9:42   ` kiran padwal
  0 siblings, 0 replies; 3+ messages in thread
From: kiran padwal @ 2014-07-23  9:42 UTC (permalink / raw)
  To: Jingoo Han
  Cc: balbi, linux-usb, Greg KH, linux-kernel, linux-arm-msm, kiran.padwal

On Wed, Jul 23, 2014 at 2:48 PM, Jingoo Han <jg1.han@samsung.com> wrote:
> On Wednesday, July 23, 2014 4:38 PM, Kiran Padwal wrote:
>>
>> Make of_device_id array const, because all OF functions handle it as const.
>
> Hi Kiran Padwal,
>
> The same patch was already submitted and merged to USB tree.
> Thank you.

Thanks.

>
> Best regards,
> Jingoo Han
>
>>
>> Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com>
>> ---
>>  drivers/usb/phy/phy-msm-usb.c |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c
>> index 78cc870..e4108ee 100644
>> --- a/drivers/usb/phy/phy-msm-usb.c
>> +++ b/drivers/usb/phy/phy-msm-usb.c
>> @@ -1429,7 +1429,7 @@ static void msm_otg_debugfs_cleanup(void)
>>       debugfs_remove(msm_otg_dbg_root);
>>  }
>>
>> -static struct of_device_id msm_otg_dt_match[] = {
>> +static const struct of_device_id msm_otg_dt_match[] = {
>>       {
>>               .compatible = "qcom,usb-otg-ci",
>>               .data = (void *) CI_45NM_INTEGRATED_PHY
>> --
>> 1.7.9.5
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-23  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23  7:38 [PATCH] usb: phy: msm: Make of_device_id array const Kiran Padwal
2014-07-23  9:18 ` Jingoo Han
2014-07-23  9:42   ` kiran padwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).