Re: [RFC v5] xhci: fix dma mask setup in xhci.c

2013-08-13 Thread Sarah Sharp
Hi Xenia, When I apply this patch to Greg's usb-next tree and try to compile, I get the following error: sarah@xanatos:~/git/kernels/xhci$ git am -s ~/Maildir.fetchmail/.to-apply Applying: xhci: fix dma mask setup in xhci.c total: 0 errors, 0 warnings, 53 lines checked Your patch has no obvious

[RFC v5] xhci: fix dma mask setup in xhci.c

2013-08-05 Thread Xenia Ragiadakou
The function dma_set_mask() tests internally whether the dma_mask pointer for the device is initialized and fails if the dma_mask pointer is NULL. On pci platforms, the device dma_mask pointer is initialized, when pci devices are enumerated, to point to the pci_dev-dma_mask which is 0x.