diff options
author | Colin Ian King <[email protected]> | 2022-07-15 23:56:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-07-27 14:24:50 +0200 |
commit | ff50a91ee5e6db357c900dce280a7129dc9e363c (patch) | |
tree | 422bdb4da35808324bbcb56d7e8c7d9a3239771d /drivers/gpio/gpio-raspberrypi-exp.c | |
parent | b6de1f901039cfcbd605842d454bd80c589105d8 (diff) |
usb: phy: remove redundant store to variable var after & operation
There is no need to store the result of the & operation back to the
variable var. The store is redundant, replace &= with just &.
Cleans up clang scan warning:
drivers/usb/phy/phy-keystone.c:62:5: warning: Although the value stored to
'val' is used in the enclosing expression, the value is never actually read
from 'val' [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-raspberrypi-exp.c')
0 files changed, 0 insertions, 0 deletions