wifi: iwlwifi: mei: fix parameter passing to iwl_mei_alive_notif()
authorGregory Greenman <gregory.greenman@intel.com>
Wed, 23 Nov 2022 21:02:09 +0000 (23:02 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Mon, 28 Nov 2022 15:54:09 +0000 (17:54 +0200)
commitf31f7cd9875c2ab744006bd2ad25641db53f079d
treeb00e9dcbf576ea4cf54468d28363f22b5696780e
parent274d9aa97372094317fcf0d27af4fedb6659c7d4
wifi: iwlwifi: mei: fix parameter passing to iwl_mei_alive_notif()

Pass true explicitly to iwl_mei_alive_notif() when we can be
sure that Alive notification was received. The issue was discovered
by Smatch.

Reported-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/all/Y3uYUEFnMiBY2ABQ@kili/
Link: https://lore.kernel.org/r/20221123225313.83c2251055c1.Ia028357e7ab36dfc2abf85106a5926ee7893a408@changeid
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c