|
@@ -127,7 +127,7 @@ int i2o_msg_post_wait_mem(struct i2o_controller *c, struct i2o_message *msg,
|
|
DECLARE_WAIT_QUEUE_HEAD(wq);
|
|
DECLARE_WAIT_QUEUE_HEAD(wq);
|
|
struct i2o_exec_wait *wait;
|
|
struct i2o_exec_wait *wait;
|
|
static u32 tcntxt = 0x80000000;
|
|
static u32 tcntxt = 0x80000000;
|
|
- long flags;
|
|
|
|
|
|
+ unsigned long flags;
|
|
int rc = 0;
|
|
int rc = 0;
|
|
|
|
|
|
wait = i2o_exec_wait_alloc();
|
|
wait = i2o_exec_wait_alloc();
|