]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
spi_s3c24xx signedness fix
authorMatthew Wilcox <matthew@wil.cx>
Thu, 1 May 2008 11:35:04 +0000 (04:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2008 15:04:01 +0000 (08:04 -0700)
commit0d34aa4d5a3e5d141bb4d07ed5d4bf02d4d4998a
treeefabc24eae243a3f082c2c3cc9f912936e5efd3a
parent8eeb12e5a2486ab958fa27ec97e71dabf234b73b
spi_s3c24xx signedness fix

On Fri, Apr 18, 2008 at 09:08:55PM +0200, Julia Lawall wrote:
> I found 63 occurrences of this problem with the following semantic match
> (http://www.emn.fr/x-info/coccinelle/):
>
> @@ unsigned int i; @@
>
> * i < 0
>

Since this one's always in the range 0-255, it could probably be made
signed, but it's just as easy to make it work unsigned.

Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/spi_s3c24xx.c