diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-03-01 15:40:19 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2018-03-02 11:09:39 +0100 |
commit | 8fd4bc8a15b218165c45f44eba1b33a3c7181dfb (patch) | |
tree | 29104f28c75bdd4493427b09659ddf47d7b58d87 /drivers/net/ieee802154/ca8210.c | |
parent | Merge branch 'tcp_bbr-more-GSO-work' (diff) | |
download | linux-8fd4bc8a15b218165c45f44eba1b33a3c7181dfb.tar.xz linux-8fd4bc8a15b218165c45f44eba1b33a3c7181dfb.zip |
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 <colin.king@canonical.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Diffstat (limited to 'drivers/net/ieee802154/ca8210.c')
0 files changed, 0 insertions, 0 deletions