From: Luca Coelho Date: Thu, 11 Feb 2021 20:30:55 +0000 (+0200) Subject: iwlwifi: remove incorrect comment in pnvm X-Git-Tag: v5.15.73~12633^2~62^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3304b6f937a3a60bbdfe6d7d4df7de2dfa8545e8;p=platform%2Fkernel%2Flinux-rpi.git iwlwifi: remove incorrect comment in pnvm We use this driver as a backport that also runs on older kernels (as part of the backports project). So we use some checks to backport or prevent code from compiling in incompatible kernel version. When I took one of the PNVM patches from the backport, I accidentally left the comment that a certain part of the code doesn't work in older kernels. This obviously should never be valid for the mainline. Remove this comment. Reported-by: Kalle Valo Signed-off-by: Luca Coelho Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/iwlwifi.20210211223049.40d545a0fa89.I04793aaa5312b926335c8db32131f000432df511@changeid --- diff --git a/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c b/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c index 2cd07d2690e0..fd070ca5e517 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c +++ b/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c @@ -220,11 +220,6 @@ static int iwl_pnvm_parse(struct iwl_trans *trans, const u8 *data, return -ENOENT; } -/* - * This is known to be broken on v4.19 and to work on v5.4. Until we - * figure out why this is the case and how to make it work, simply - * disable the feature in old kernels. - */ #if defined(CONFIG_EFI) #define IWL_EFI_VAR_GUID EFI_GUID(0x92daaf2f, 0xc02b, 0x455b, \