Skip to content

Commit

Permalink
[PATCH] i2o/exec-osm.c: use "unsigned long flags;"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Oct 21, 2006
1 parent faf6bbc commit 8a7822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/message/i2o/exec-osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8a7822a

Please sign in to comment.