[SPARC64]: Fix OOPS in dma_sync_*_for_device()
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 20 Dec 2007 09:29:45 +0000 (01:29 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 20 Dec 2007 09:29:45 +0000 (01:29 -0800)
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>

No differences found