Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / drivers / usb / core / hcd-pci.c
index 3a710e0..e7a7ba5 100644 (file)
@@ -247,7 +247,7 @@ void usb_hcd_pci_remove (struct pci_dev *dev)
        hcd->driver->stop (hcd);
        hcd_buffer_destroy (hcd);
        hcd->state = USB_STATE_HALT;
-       pci_set_drvdata (dev, 0);
+       pci_set_drvdata(dev, NULL);
 
        free_irq (hcd->irq, hcd);
        if (hcd->driver->flags & HCD_MEMORY) {