]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: wlags49_h2: fix error return code in wl_adapter_insert()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 May 2013 08:43:15 +0000 (16:43 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 May 2013 22:05:07 +0000 (15:05 -0700)
commit49c144c8630573c5cf3534842ff30ce7232d9487
tree9fa4313bef2a0f18369d039027b66b7c0f909adf
parent3523a90ed9e245a1bc27b9f8b44128887a641b43
staging: wlags49_h2: fix error return code in wl_adapter_insert()

When return from wl_adapter_insert() in the register_netdev() error
handling case, 'ret' which is 0 is returned, but we should return a
negative error code instead, so fix to return the return value of
register_netdev().

Introduce by commit 657d4c86d4cd85a4696445f6fb2fe0941a5724ff
(staging: wlags49_h2: fix error handling in pcmcia probe function)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_cs.c