[PATCH v7 03/14] usb: chipidea: msm: add missing section annotation

Marek Vasut marex at denx.de
Tue Jun 26 17:52:35 EDT 2012


Dear Richard Zhao,

> From: Felipe Balbi <balbi at ti.com>
> 
> no functional changes, it will just free up some
> code if we don't have hotplug.

Well, start the sentence with a capital letter ;-)

Acked-by: Marek Vasut <marex at denx.de>
> 
> Signed-off-by: Felipe Balbi <balbi at ti.com>
> Signed-off-by: Alexander Shishkin <alexander.shishkin at linux.intel.com>
> ---
>  drivers/usb/chipidea/ci13xxx_msm.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/chipidea/ci13xxx_msm.c
> b/drivers/usb/chipidea/ci13xxx_msm.c index 958069e..8d438b8 100644
> --- a/drivers/usb/chipidea/ci13xxx_msm.c
> +++ b/drivers/usb/chipidea/ci13xxx_msm.c
> @@ -55,7 +55,7 @@ static struct ci13xxx_udc_driver ci13xxx_msm_udc_driver =
> { .notify_event		= ci13xxx_msm_notify_event,
>  };
> 
> -static int ci13xxx_msm_probe(struct platform_device *pdev)
> +static int __devinit ci13xxx_msm_probe(struct platform_device *pdev)
>  {
>  	struct platform_device *plat_ci;
>  	int ret;

Best regards,
Marek Vasut



More information about the linux-arm-kernel mailing list