aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLuca Coelho <[email protected]>2018-11-05 15:45:54 +0200
committerLuca Coelho <[email protected]>2019-01-29 16:10:30 +0200
commit29cf396f08f6476935c445faddcaf90f2fe2fa87 (patch)
tree750b1420e3cbeb7e59fbddac09fc5120c1ce6a55 /include/linux
parent94a8d87c47642bc0b99f1c9204b111b5826f1838 (diff)
iwlwifi: calculate pointers from out_cmd instead of out_cmd->hdr
The out_cmd structure starts with a header, so there's no need to use &out_cmd->hdr, out_cmd alone is enough. We use this when calculating other addresses and klocwork gets confused with that because it thinks we are trying to access hdr (as an array) beyond its size. Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions