]> git.baikalelectronics.ru Git - kernel.git/commit
use __val in __get_unaligned
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Jul 2007 07:39:11 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 31 Jul 2007 22:39:42 +0000 (15:39 -0700)
commit77c23da92b205deb627e5154c790e19332c19749
treeb557078de19c3370488cfed8ce45b261518ee09d
parent3126955bb99c0f7f5d0dd15065fefb677a8ab195
use __val in __get_unaligned

Use "__val" rather than "val" in the __get_unaligned macro in
asm-generic/unaligned.h.  This way gcc wont warn if you happen to also name
something in the same scope "val".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/unaligned.h