From: Wei Yongjun Date: Tue, 12 Nov 2013 23:10:24 +0000 (-0800) Subject: drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_... X-Git-Tag: v3.13-rc1~106^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10992435b30eb470e6b91d2415abfb79680d00b6;p=pandora-kernel.git drivers/message/i2o/driver.c: add missing destroy_workqueue() on error in i2o_driver_register() Add the missing destroy_workqueue() before return from i2o_driver_register() in the error handling case. Signed-off-by: Wei Yongjun Acked-by: Kees Cook Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed