iwlwifi: don't dump_stack() when we get an unexpected interrupt
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sat, 5 Feb 2022 09:21:32 +0000 (11:21 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 18 Feb 2022 08:40:54 +0000 (10:40 +0200)
commit91ca9c3ade1be665f5ce88594ee687c56b0357d5
tree188895e737d0e99cc16be65b2c18fba96bbc916e
parent63b62a2df04135ca1da7c735ac18fc34cd87bbfb
iwlwifi: don't dump_stack() when we get an unexpected interrupt

It is yet unclear if the WARNING really points to a real problem,
but for sure the stack dump doesn't help fixing it.
Just use a regular error print instead.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220205112029.a79e733a12f7.I8189344294222be0589fa43cc70fdf38e3057045@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/rx.c