[SCSI] i2o: fix memory leak in i2o_exec_lct_modified
authorVasily Averin <vvs@sw.ru>
Sun, 5 Mar 2006 22:18:14 +0000 (23:18 +0100)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 14:53:16 +0000 (08:53 -0600)
i2o_exec_lct_modified() does not release memory allocated for work_struct.

Signed-off-by: Vasily Averin <vvs@sw.ru>
Although your patch is the same, i've rewritten it a little bit for
naming consistency in the I2O driver.

Acked-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found