aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-11-04 19:37:59 +0000
committerKalle Valo <[email protected]>2017-11-08 14:44:42 +0200
commitf80ead1cd5fa9da78a3c2aad1de18f01e2ca18f2 (patch)
treefcb38f627bac0eeeb8ecbaa8f04ab435ee23015c /drivers/fpga/fpga-mgr.c
parent82e730e521ce6d4c633c7ff7edfd8fb4242c0c6e (diff)
rtlwifi: remove redundant initialization to cfg_cmd
cfg_cmd is initialized to zero and this value is never read, instead it is over-written in the start of a do-while loop. Remove the redundant initialization. Cleans up clang warning: drivers/net/wireless/realtek/rtlwifi/core.c:1750:22: warning: Value stored to 'cfg_cmd' during its initialization is never read Signed-off-by: Colin Ian King <[email protected]> Acked-by: Larry Finger <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions