Skip to content

Commit

Permalink
[PATCH] USB: fix initdata issue in isp116x-hcd
Browse files Browse the repository at this point in the history
As found by Sam's scripts.

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Mar 20, 2006
1 parent f48219d commit b712548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b712548

Please sign in to comment.