usb/xhci: unify parameter of xhci_msi_irq
authorAlex Shi <alex.shi@intel.com>
Fri, 24 May 2013 02:54:19 +0000 (10:54 +0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 5 Jun 2013 23:45:33 +0000 (16:45 -0700)
According to Felipe and Alan's comments the second parameter of irq
handler should be 'void *' not a specific structure pointer.
So change it.

Signed-off-by: Alex Shi <alex.shi@intel.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>

No differences found