aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-03-01 14:40:19 +0000
committerStefan Schmidt <[email protected]>2018-03-02 11:09:39 +0100
commit8fd4bc8a15b218165c45f44eba1b33a3c7181dfb (patch)
tree29104f28c75bdd4493427b09659ddf47d7b58d87 /net/lapb/lapb_subr.c
parent23e19fd4fb07eebf96909a86b8545bc4aa682e54 (diff)
ieee802154: remove unused variable 'val'
Variable 'val' is not being initialized and is later being logically or'd with DAR_PHY_CTRL4_PROMISCUOUS. Considering this variable is never being read anyway we may as well remove val altogether. Cleans up error detected by cppcheck: drivers/net/ieee802154/mcr20a.c:732: (error) Uninitialized variable: val Fixes: 8c6ad9cc5157 ("ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Stefan Schmidt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions