Re: [PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-24 Thread Nicolas Pitre
On Sat, 24 Nov 2007, Pierre Ossman wrote: > On Wed, 21 Nov 2007 12:33:45 +0100 > Andre Haupt <[EMAIL PROTECTED]> wrote: > > > I think, the status paramter should be unsigned. Is this correct? > > This also fixes a sparse warning about different signedness. > > Only compile tested, because i do

Re: [PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-24 Thread Pierre Ossman
On Wed, 21 Nov 2007 12:33:45 +0100 Andre Haupt <[EMAIL PROTECTED]> wrote: > I think, the status paramter should be unsigned. Is this correct? > This also fixes a sparse warning about different signedness. > Only compile tested, because i do not have the hardware. > > From: Andre Haupt <[EMAIL

Re: [PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-24 Thread Pierre Ossman
On Wed, 21 Nov 2007 12:33:45 +0100 Andre Haupt [EMAIL PROTECTED] wrote: I think, the status paramter should be unsigned. Is this correct? This also fixes a sparse warning about different signedness. Only compile tested, because i do not have the hardware. From: Andre Haupt [EMAIL PROTECTED]

Re: [PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-24 Thread Nicolas Pitre
On Sat, 24 Nov 2007, Pierre Ossman wrote: On Wed, 21 Nov 2007 12:33:45 +0100 Andre Haupt [EMAIL PROTECTED] wrote: I think, the status paramter should be unsigned. Is this correct? This also fixes a sparse warning about different signedness. Only compile tested, because i do not have the

[PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-21 Thread Andre Haupt
I think, the status paramter should be unsigned. Is this correct? This also fixes a sparse warning about different signedness. Only compile tested, because i do not have the hardware. From: Andre Haupt <[EMAIL PROTECTED]> Signed-off-by: Andre Haupt <[EMAIL PROTECTED]> ---

[PATCH] sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()

2007-11-21 Thread Andre Haupt
I think, the status paramter should be unsigned. Is this correct? This also fixes a sparse warning about different signedness. Only compile tested, because i do not have the hardware. From: Andre Haupt [EMAIL PROTECTED] Signed-off-by: Andre Haupt [EMAIL PROTECTED] ---