Skip to content
Commit 45fe1b6b authored by Luca Coelho's avatar Luca Coelho
Browse files

iwlwifi: mvm: don't get address of mvm->fwrt just to dereference as a pointer



The mvm->fwrt element is not a pointer, but an instance of the
structure, so we should access its elements with a dot-notation
instead of getting the address and dereferencing it as a pointer.

Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20211024181719.ce6841093681.I09634a0aa845a0256e79c7895154d9ac35bc26be@changeid


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 698b166e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment