]> err.no Git - linux-2.6/blobdiff - include/asm-frv/highmem.h
[S390] xpram off by one error.
[linux-2.6] / include / asm-frv / highmem.h
index cfbf7d3a1feb86262d2b0bd996d0efcaa10d68c0..e2247c22a638aec316a72383d7bc9f77e191dcb6 100644 (file)
@@ -134,7 +134,7 @@ static inline void *kmap_atomic(struct page *page, enum km_type type)
 
        default:
                BUG();
-               return 0;
+               return NULL;
        }
 }