]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: add a kfree() to an error path
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 21 Sep 2011 07:13:29 +0000 (10:13 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 21 Sep 2011 20:19:44 +0000 (16:19 -0400)
commit99708718925adbf0e3d4aadda5305416e06d54b3
treec843e86fccd74a5c50cf632a356e937590f09a36
parent8e4eaa0956bcc42b6ba8789965423f7fc0b3113b
mwifiex: add a kfree() to an error path

We're not likely to hit this small memory leak, but lets fix it
anyway to keep the static checkers happy.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sta_ioctl.c