commit | 7c8f0db0d024efda38976fc2acf7743f458e1d96 | [log] [tgz] |
---|---|---|
author | Han Shen <shenhan@google.com> | Mon Apr 22 13:35:07 2013 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 23 14:14:52 2013 -0400 |
tree | bd37843b4d60c900fce798ac73893cb129830187 | |
parent | f77f8234409978fefa0422b12a497451173e39b3 [diff] |
rtl8192c:dm: Properly initialize local array and set value. GCC 4.8 is spitting out uninitialized-variable warnings against "drivers/net/wireless/rtlwifi/rtl8192c/dm_common.c". This patch adds initialization to the variable and properly sets its value. Signed-off-by: Han Shen (shenhan@google.com) Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>