From: Andrew Morton Cc: Alan Cox Cc: Markus Lidel Cc: Vasily Averin Cc: Kirill Korotaev Signed-off-by: Andrew Morton --- drivers/message/i2o/i2o_config.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/message/i2o/i2o_config.c~i2o_cfg_passthru-cleanup-fix drivers/message/i2o/i2o_config.c --- a/drivers/message/i2o/i2o_config.c~i2o_cfg_passthru-cleanup-fix +++ a/drivers/message/i2o/i2o_config.c @@ -740,8 +740,8 @@ sg_list_cleanup: cleanup: kfree(reply); - if (msg) out: + if (msg) i2o_msg_nop(c, msg); return rcode; } @@ -977,8 +977,8 @@ sg_list_cleanup: cleanup: kfree(reply); - if (msg) out: + if (msg) i2o_msg_nop(c, msg); return rcode; } _