Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Fixed freeing of event memory in i2o_block_event()

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>

authored by

Markus Lidel and committed by
Linus Torvalds
223230e7 e2c16499

+1
+1
drivers/message/i2o/i2o_block.c
··· 573 573 static void i2o_block_event(struct i2o_event *evt) 574 574 { 575 575 osm_info("block-osm: event received\n"); 576 + kfree(evt); 576 577 }; 577 578 578 579 /*