From: David S. Miller Date: Thu, 20 Dec 2007 09:29:45 +0000 (-0800) Subject: [SPARC64]: Fix OOPS in dma_sync_*_for_device() X-Git-Tag: v2.6.24-rc7~55^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bb61346d9e64b55285f27363e93a6e96f2abba;p=pandora-kernel.git [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 --- Reading git-diff-tree failed