From: Alexey Dobriyan Date: Sat, 21 Oct 2006 17:24:17 +0000 (-0700) Subject: [PATCH] i2o/exec-osm.c: use "unsigned long flags;" X-Git-Tag: v2.6.19-rc3~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a7822a61ca9c22f464c0b79f455e62cccee747e;p=platform%2Fkernel%2Flinux-stable.git [PATCH] i2o/exec-osm.c: use "unsigned long flags;" Just like everyone else. Signed-off-by: Alexey Dobriyan Cc: Markus Lidel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/message/i2o/exec-osm.c b/drivers/message/i2o/exec-osm.c index 91f95d1..01a5a70 100644 --- a/drivers/message/i2o/exec-osm.c +++ b/drivers/message/i2o/exec-osm.c @@ -127,7 +127,7 @@ int i2o_msg_post_wait_mem(struct i2o_controller *c, struct i2o_message *msg, DECLARE_WAIT_QUEUE_HEAD(wq); struct i2o_exec_wait *wait; static u32 tcntxt = 0x80000000; - long flags; + unsigned long flags; int rc = 0; wait = i2o_exec_wait_alloc();