diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-frv/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/highmem.h b/include/asm-frv/highmem.h index cfbf7d3a1feb..e2247c22a638 100644 --- a/include/asm-frv/highmem.h +++ b/include/asm-frv/highmem.h @@ -134,7 +134,7 @@ static inline void *kmap_atomic(struct page *page, enum km_type type) default: BUG(); - return 0; + return NULL; } } |