Re: [RFC v2] xhci: remove conversion from generic to pci device in xhci_mem.c

2013-11-18 Thread Sarah Sharp
Applied to for-usb-next-queue to be queued for 3.13. Thanks, Sarah Sharp On Fri, Nov 15, 2013 at 03:18:08AM +0200, Xenia Ragiadakou wrote: This patch removes the to_pci_dev() conversion performed to generic struct device since it is not actually useful (the pointer to the generic device can

[RFC v2] xhci: remove conversion from generic to pci device in xhci_mem.c

2013-11-14 Thread Xenia Ragiadakou
This patch removes the to_pci_dev() conversion performed to generic struct device since it is not actually useful (the pointer to the generic device can be used directly rather through a conversion to pci_dev) and it is pci bus specific. Signed-off-by: Xenia Ragiadakou burzalod...@gmail.com ---