Skip to content

Commit

Permalink
[PATCH] i2o: Fix free of event memory in i2o_block_event()
Browse files Browse the repository at this point in the history
Fixed freeing of event memory in i2o_block_event()

Signed-off-by: Markus Lidel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Markus Lidel authored and Linus Torvalds committed Jun 14, 2005
1 parent e2c1649 commit 223230e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/message/i2o/i2o_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ static int i2o_block_reply(struct i2o_controller *c, u32 m,
static void i2o_block_event(struct i2o_event *evt)
{
osm_info("block-osm: event received\n");
kfree(evt);
};

/*
Expand Down

0 comments on commit 223230e

Please sign in to comment.