Beginning with kernel 3.8, the DMA mapping systems begins issuing a WARNING for the first call that maps DMA and fails to call dma_mapping_error() to check the result. This set of patches adds the appropriate checks to the rtlwifi family of drivers. V2 fixes a copy-and-paste error in patch 4/5. All others are unchanged. Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Larry Finger (5): rtlwifi: Fix warning for unchecked pci_map_single() call rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() call rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() call rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call rtlwifi: rtl8723ae: Fix warning for unchecked pci_map_single() call drivers/net/wireless/rtlwifi/pci.c | 6 ++++++ drivers/net/wireless/rtlwifi/rtl8192ce/trx.c | 11 +++++++++++ drivers/net/wireless/rtlwifi/rtl8192de/trx.c | 10 ++++++++++ drivers/net/wireless/rtlwifi/rtl8192se/trx.c | 13 ++++++++++++- drivers/net/wireless/rtlwifi/rtl8723ae/trx.c | 12 ++++++++++++ 5 files changed, 51 insertions(+), 1 deletion(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html