diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-06-23 02:04:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 07:42:55 -0700 |
commit | 576132b42647e3facd28e3148a20307fadfd9afc (patch) | |
tree | 3e986e0838df9c11d17a50c06a3a7d0fd9119006 /include/asm-frv | |
parent | 53470aaa02ef3c83187f1ffe0d2cb647274fe397 (diff) |
[PATCH] frv: misc sparse annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-frv')
-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; } } |