Hi,
On Wed, Nov 14, 2012 at 12:55 PM, Michael Grzeschik
<[email protected]> wrote:
> @@ -213,6 +216,15 @@ static int __devinit ci13xxx_imx_probe(struct
> platform_device *pdev)
> goto put_np;
> }
>
> + if (usbmisc_ops && usbmisc_ops->post) {
> + ret = usbmisc_ops->post(&pdev->dev);
> + if (ret) {
> + dev_err(&pdev->dev,
> + "usbmisc post failed, ret=%d\n", ret);
> + goto err;
> + }
> + }
> +
> data->ci_pdev = plat_ci;
> platform_set_drvdata(pdev, data);
>
This hunk fails to apply for me on 3.7-rc5:
error: while searching for:
goto put_np;
}
data->ci_pdev = plat_ci;
platform_set_drvdata(pdev, data);
Regards,
Martin
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html