On Monday 29 May 2006 6:29 am, Rodolfo Giometti wrote:
> +       .suspend =              ohci_au1xxx_suspend,
> +       .resume =               ohci_au1xxx_resume,

You shouldn't add both the PCI glue calls (those above) *AND*
the platform bus glue calls:

> +       .suspend        = ohci_hcd_au1xxx_drv_suspend,
> +       .resume         = ohci_hcd_au1xxx_drv_resume,

These platform bus glue calls should suffice ... nothing
should ever be calling the PCI bus glue calls on with a
platform bus device, in any case!!

- Dave



_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to