nfc: nxp-nci: store __be16 value in __be16 variable
authorSimon Horman <horms@kernel.org>
Fri, 9 Jun 2023 13:31:57 +0000 (15:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Jun 2023 08:40:31 +0000 (09:40 +0100)
commitf2ea0c3582abc721ce9e090cf496b96e6b204e2c
treedec9a247bf3edf2a639308594ce304a039257ae3
parentb803d1fded4085d268507a432dac8077ead68971
nfc: nxp-nci: store __be16 value in __be16 variable

Use a __be16 variable to store the big endian value of header in
nxp_nci_i2c_fw_read().

Flagged by Sparse as:

 .../i2c.c:113:22: warning: cast to restricted __be16

No functional changes intended.
Compile tested only.

Signed-off-by: Simon Horman <horms@kernel.org>
Reviewed-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/nxp-nci/i2c.c