Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 223230e7 authored by Markus Lidel's avatar Markus Lidel Committed by Linus Torvalds
Browse files

[PATCH] i2o: Fix free of event memory in i2o_block_event()



Fixed freeing of event memory in i2o_block_event()

Signed-off-by: default avatarMarkus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e2c16499
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
};

/*