diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-10-21 10:24:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-21 13:35:06 -0700 |
commit | 8a7822a61ca9c22f464c0b79f455e62cccee747e (patch) | |
tree | 7d9e11bde245855288f43deb20dbe0a8d4dfb545 /drivers | |
parent | faf6bbcf94caee10ba34adb86db4ecca96bfd3bf (diff) | |
download | linux-stable-8a7822a61ca9c22f464c0b79f455e62cccee747e.tar.gz linux-stable-8a7822a61ca9c22f464c0b79f455e62cccee747e.tar.bz2 linux-stable-8a7822a61ca9c22f464c0b79f455e62cccee747e.zip |
[PATCH] i2o/exec-osm.c: use "unsigned long flags;"
Just like everyone else.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/message/i2o/exec-osm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/exec-osm.c b/drivers/message/i2o/exec-osm.c index 91f95d172ca5..01a5a702b037 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(); |