[PATCH] I2O: Lindent run and replacement of printk through osm printing functions
Lindent run and replaced printk() through the corresponding osm_*() function Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9e87545f06
commit
f33213ecf4
@@ -152,7 +152,7 @@ int i2o_msg_post_wait_mem(struct i2o_controller *c, u32 m, unsigned long
|
||||
list_add(&wait->list, &i2o_exec_wait_list);
|
||||
|
||||
wait_event_interruptible_timeout(wq, wait->complete,
|
||||
timeout * HZ);
|
||||
timeout * HZ);
|
||||
|
||||
wait->wq = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user