From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH] rtlwifi: rtl8821ae: add in a missing break in switch statement Date: Sat, 06 Oct 2018 22:30:13 +0300 Message-ID: <87r2h2euuy.fsf@kamboji.qca.qualcomm.com> References: <20181006184246.29985-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Ping-Ke Shih , "David S . Miller" , Larry Finger , Tsang-Shian Lin , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: Colin King Return-path: In-Reply-To: <20181006184246.29985-1-colin.king@canonical.com> (Colin King's message of "Sat, 6 Oct 2018 19:42:46 +0100") Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Colin King writes: > From: Colin Ian King > > The switch case RATR_INX_WIRELESS_MC has a missing break, this seems > to be unintentional as the setting of variable ret gets overwritten > when the case falls through to the following RATR_INX_WIRELESS_AC_5N > case. Fix this by adding in the missing break. > > Detected by CoverityScan, CID#1167237 ("Missing break in switch") > > Fixes: 3c05bedb5fef ("Staging: rtl8812ae: Add Realtek 8821 PCI WIFI driver") > Signed-off-by: Colin Ian King > --- > drivers/net/wireless/realtek/rtlwifi/rtl8821ae/hw.c | 1 + Is the fixes line correct? This patch is not for staging. -- Kalle Valo