Skip to content
Commit 36bb6134 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent fbdcf18d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment