1 --- a/drivers/cbus/tahvo-usb.c
2 +++ b/drivers/cbus/tahvo-usb.c
3 @@ -725,6 +725,8 @@ static int __init tahvo_usb_probe(struct
5 static int __exit tahvo_usb_remove(struct platform_device *pdev)
7 + struct tahvo_usb *tu = platform_get_drvdata(pdev);
9 dev_dbg(&pdev->dev, "remove\n");
11 tahvo_free_irq(TAHVO_INT_VBUSON);
12 @@ -734,6 +736,8 @@ static int __exit tahvo_usb_remove(struc
14 device_remove_file(&pdev->dev, &dev_attr_otg_mode);
18 tahvo_usb_device = NULL;