[PATCH 5/5] Char: rocket, fix signed/unsigned warning

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: <linux-kernel@...>
Date: Monday, October 15, 2007 - 12:31 pm

rocket, fix signed/unsigned warning

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>

---
commit 5c008a5651ee92ebe020dd5108a66a7db74fe41d
tree 644fcf0e18b8fbf06d70014c95acd7cfc7b5dfa6
parent 8aa70f167a6ae0f80af0d73a5365c81f2e146709
author Jiri Slaby <jirislaby@gmail.com> Mon, 15 Oct 2007 15:44:58 +0200
committer Jiri Slaby <jirislaby@gmail.com> Mon, 15 Oct 2007 15:44:58 +0200

 drivers/char/rocket.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c
index 27bb0cd..a825316 100644
--- a/drivers/char/rocket.c
+++ b/drivers/char/rocket.c
@@ -548,8 +548,8 @@ static void rp_handle_port(struct r_port *info)
 static void rp_do_poll(unsigned long dummy)
 {
 	CONTROLLER_t *ctlp;
-	int ctrl, aiop, ch, line, i;
-	unsigned int xmitmask;
+	int ctrl, aiop, ch, line;
+	unsigned int xmitmask, i;
 	unsigned int CtlMask;
 	unsigned char AiopMask;
 	Word_t bit;
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] Char: rocket, fix dynamic_dev tty, Jiri Slaby, (Mon Oct 15, 12:29 pm)
[PATCH 5/5] Char: rocket, fix signed/unsigned warning, Jiri Slaby, (Mon Oct 15, 12:31 pm)
[PATCH 2/5] Char: rocket, don't re-set statics to 0, Jiri Slaby, (Mon Oct 15, 12:29 pm)