]> git.baikalelectronics.ru Git - kernel.git/commit
sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()
authorAndre Haupt <andre@bitwigglers.org>
Wed, 21 Nov 2007 11:33:45 +0000 (12:33 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Thu, 29 Nov 2007 18:10:30 +0000 (19:10 +0100)
commit4e7fe69084a8db6f955adfe823dbf4d7700d7167
tree7a38a5864ae5ac3a22f2ba3fd41d6c459e9b25fa
parentd5662eb8070db57c20b9ad070583a5c655ee493b
sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

This also fixes a sparse warning about different signedness.
Only compile tested, because i do not have the hardware.

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/card/sdio_uart.c