OSDN Git Service

[PATCH] i386: type cast clean up for find_next_zero_bit
authorKen Chen <kenchen@google.com>
Wed, 2 May 2007 17:27:08 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:08 +0000 (19:27 +0200)
commite48b30c189559e20e1f616faccae487972486320
tree5558e1b8bc4454ea72057641f6b7c454a19aac90
parent30a1528d3bf444eac7f2886ba284da22114b2f7c
[PATCH] i386: type cast clean up for find_next_zero_bit

clean up unneeded type cast by properly declare data type.

Signed-off-by: Ken Chen <kenchen@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/lib/bitops.c