From: Larry Finger Date: Thu, 27 Dec 2012 02:51:12 +0000 (-0600) Subject: staging: rtl8192e: Fix failure to check pci_map_single() X-Git-Tag: v3.8-rc4~24^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcb4a298cd9ffdd5b53437430863c80a868dc90;p=pandora-kernel.git staging: rtl8192e: 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