commit | 36bb61346d9e64b55285f27363e93a6e96f2abba | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Dec 20 01:29:45 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Dec 20 01:29:45 2007 -0800 |
tree | e5ccef10ddcd24e65cab3fe8027fe1ce175dbc00 | |
parent | fbdcf18df73758b2e187ab94678b30cd5f6ff9f9 [diff] |
[SPARC64]: Fix OOPS in dma_sync_*_for_device() I included these operations vector cases for situations where we never need to do anything, the entries aren't filled in by any implementation, so we OOPS trying to invoke NULL pointer functions. Really make them NOPs, to fix the bug. Signed-off-by: David S. Miller <davem@davemloft.net>