]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8187se: Fix failure to check pci_map_single()
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 27 Dec 2012 02:51:13 +0000 (20:51 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 20:57:27 +0000 (12:57 -0800)
commit0d826c3919ceede3c6afc3e87fc7087e0c863e7e
treedf45a323ce57677680a2b73384bf5d2314ca5a95
parentefe57d5977fa62b8fdf3a38c236d1aa5351228be
staging: rtl8187se: Fix failure to check pci_map_single()

Beginning with kernel 3.8, the DMA mapping routines issue a warning
for the first call to pci_map_single() that is not checked with a
pci_dma_mapping_error() call.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_core.c