Commit b1f7cd09 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: fix compile time error in tiglusb.c caused by previous devfs changes.

parent 3bfdba40
......@@ -390,6 +390,8 @@ tiglusb_probe (struct usb_interface *intf,
static void
tiglusb_disconnect (struct usb_interface *intf)
{
char name[32];
ptiglusb_t s = dev_get_drvdata (&intf->dev);
dev_set_drvdata (&intf->dev, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment