lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 23 Jul 2014 18:18:10 +0900
From:	Jingoo Han <jg1.han@...sung.com>
To:	'Kiran Padwal' <kiran.padwal21@...il.com>
Cc:	balbi@...com, linux-usb@...r.kernel.org,
	gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
	linux-arm-msm@...r.kernel.org, kiran.padwal@...rtplayin.com,
	'Jingoo Han' <jg1.han@...sung.com>
Subject: Re: [PATCH] usb: phy: msm: Make of_device_id array const

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@...rtplayin.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ