[patch] trivial type cast clean up for find_next_zero_bit

2007-02-20 Thread Ken Chen
clean up unneeded type cast by properly declare data type. Signed-off-by: Ken Chen <[EMAIL PROTECTED]> diff --git a/arch/i386/lib/bitops.c b/arch/i386/lib/bitops.c index 97db385..afd0045 100644 --- a/arch/i386/lib/bitops.c +++ b/arch/i386/lib/bitops.c @@ -43,7 +43,7 @@

[patch] trivial type cast clean up for find_next_zero_bit

2007-02-20 Thread Ken Chen
clean up unneeded type cast by properly declare data type. Signed-off-by: Ken Chen [EMAIL PROTECTED] diff --git a/arch/i386/lib/bitops.c b/arch/i386/lib/bitops.c index 97db385..afd0045 100644 --- a/arch/i386/lib/bitops.c +++ b/arch/i386/lib/bitops.c @@ -43,7 +43,7 @@