commit | d0249e44432aa0ffcf710b64449b8eaa3722547e | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Thu Jan 19 14:37:18 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 22 15:08:44 2012 -0500 |
tree | bad51876eb9ca7fa16e0dffa537601d54bb107f7 | |
parent | 19f9ad789396fe5b4fe0302344b3acfa07cb6772 [diff] |
skge: check for PCI dma mapping errors Driver should check for mapping errors. Machines with limited DMA maps may return an error when a PCI map is requested (not an issue on standard x86). Also use upper/lower 32 bits macros for clarity. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>