Colin King <[email protected]> wrote: > From: Colin Ian King <[email protected]> > > Variable err is assigned -ENODEV followed by an error return path > via label error_out that does not access the variable and returns > with the -ENODEV error return code. The assignment to err is > redundant and can be removed. > > Addresses-Coverity: ("Unused value") > Signed-off-by: Colin Ian King <[email protected]>
Patch applied to wireless-drivers-next.git, thanks. 87431bc1f0f6 rtlwifi: remove redundant assignment to variable err -- https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

