aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr/lpddr_cmds.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-04-10 13:23:15 +0100
committerMark Brown <[email protected]>2020-04-14 18:36:31 +0100
commit49686df5b874e5ed6249bc622b73ad9a9e71cd99 (patch)
tree1d5f8f63d7bcec679734383139ebc71e9495b5b4 /drivers/mtd/lpddr/lpddr_cmds.c
parent7cb88afb42a49e5a6d51d458ffbb3d02e2c0755c (diff)
spi: remove redundant assignment to variable ms
The variable ms is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Addresses-Coverity: ("Unused value") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions