From: Larry Finger Date: Thu, 27 Dec 2012 02:51:13 +0000 (-0600) Subject: staging: rtl8187se: Fix failure to check pci_map_single() X-Git-Tag: v3.8-rc4~24^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d826c3919ceede3c6afc3e87fc7087e0c863e7e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed