iwlwifi: remove incorrect comment in pnvm
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 11 Feb 2021 20:30:55 +0000 (22:30 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 12 Feb 2021 07:46:35 +0000 (09:46 +0200)
commit3304b6f937a3a60bbdfe6d7d4df7de2dfa8545e8
tree462252074a7574a332fe327f25f3cc065dc117fc
parent16ad7b4b4f4a9d6a6452778c913205cb1591218e
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 <kvalo@codeaurora.org>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/iwlwifi.20210211223049.40d545a0fa89.I04793aaa5312b926335c8db32131f000432df511@changeid
drivers/net/wireless/intel/iwlwifi/fw/pnvm.c