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

2013-11-14 Thread Sarah Sharp
Hi Xenia, Sorry for the really late review on this. On Mon, Aug 26, 2013 at 11:29:49PM +0300, 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 be used directly

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

2013-11-14 Thread Sarah Sharp
On Thu, Nov 14, 2013 at 12:31:16PM -0800, Sarah Sharp wrote: Hi Xenia, Sorry for the really late review on this. On Mon, Aug 26, 2013 at 11:29:49PM +0300, Xenia Ragiadakou wrote: This patch removes the to_pci_dev() conversion performed to generic struct device since it is not actually

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

2013-08-26 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 ---