Re: [next] rtlwifi: rtl8192de: fix missing curly braces
From: Kalle Valo <hidden>
Date: 2017-01-12 15:11:05
Vincent [off-list ref] wrote:
Restore some curly braces that have been removed in commit c93ac39da006457f
("rtlwifi: Remove some redundant code") while removing redundant messages
and extraneous braces.
This fixes the following smatch warning:
drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.c:326 rtl92d_download_fw() warn: curly braces intended?
...and the following coccinelle warning:
drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.c:325:2-38: code aligned with following code on line 326
Fixes: c93ac39da006457f ("rtlwifi: Remove some redundant code")
Signed-off-by: Vincent Stehlé <redacted>
Cc: Larry Finger <redacted>
Cc: Kalle Valo <redacted>
Cc: Joe Perches <joe@perches.com>
Cc: Ping-Ke Shih <pkshih@realtek.com>Larry also sent a fix: rtlwifi: rtl8192de: Remove a pointless goto https://patchwork.kernel.org/patch/9508121/ Patch set to Superseded. -- https://patchwork.kernel.org/patch/9506837/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches