From: Paul Zimmerman Date: Sat, 13 Jul 2013 21:53:53 +0000 (-0700) Subject: staging: dwc2: remove use of bus_to_virt() X-Git-Tag: v3.12-rc1~183^2~688 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a494457c2bfc9e1d92be9067e235524fad96ee;p=pandora-kernel.git staging: dwc2: remove use of bus_to_virt() Remove the use of bus_to_virt() and just fail the transfer if an unaligned buffer with no virtual address is found. AFAIK that can't happen anyway. Also change setting of coherent DMA mask to the normal 32 bits. 31 bits was only needed when calling bus_to_virt() AFAICR. Signed-off-by: Paul Zimmerman Tested-by: Stephen Warren Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed