]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
authorBing Zhao <bzhao@marvell.com>
Tue, 5 Mar 2013 00:27:55 +0000 (16:27 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Mar 2013 21:29:09 +0000 (16:29 -0500)
commit9931078e36bd2caa3d5364cab31a893d50a8b5de
tree945a2f38e2ba8f208b41d3fa38eb5bd40e2697fd
parent8509e82064319d175192837355a92653e1517798
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c

drivers/net/wireless/mwifiex/pcie.c:1157:9: warning:
  'desc2' may be used uninitialized in this function
  [-Wmaybe-uninitialized]
drivers/net/wireless/mwifiex/pcie.c:1048:31: note:
  'desc2' was declared here

drivers/net/wireless/mwifiex/pcie.c:1159:9: warning:
  'desc' may be used uninitialized in this function
  [-Wmaybe-uninitialized]
drivers/net/wireless/mwifiex/pcie.c:1047:32: note:
  'desc' was declared here

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/pcie.c