commit | ac574804d412047e52de4dd887615cc88f58aeb0 | [log] [tgz] |
---|---|---|
author | Huang, Xiong <xiong@qca.qualcomm.com> | Mon Feb 11 14:44:40 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 13 13:32:37 2013 -0500 |
tree | fb7472fb24ab92117a4621c449efbb90da02ed17 | |
parent | 9c10f4115cc3722635d6e277385ec96003281784 [diff] |
atl1c: add error checking for pci_map_single functions it is reported that code hit DMA-API errors on 3.8-rc6+, (see https://bugzilla.redhat.com/show_bug.cgi?id=908436, and https://bugzilla.redhat.com/show_bug.cgi?id=908550) this patch just adds error handler for pci_map_single and skb_frag_dma_map. Signed-off-by: xiong <xiong@qca.qualcomm.com> Signed-off-by: David S. Miller <davem@davemloft.net>