Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b712548c authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

[PATCH] USB: fix initdata issue in isp116x-hcd



As found by Sam's scripts.

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f48219db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1552,7 +1552,7 @@ static struct hc_driver isp116x_hc_driver = {

/*----------------------------------------------------------------*/

static int __init_or_module isp116x_remove(struct platform_device *pdev)
static int isp116x_remove(struct platform_device *pdev)
{
	struct usb_hcd *hcd = platform_get_drvdata(pdev);
	struct isp116x *isp116x;