aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-04-15 11:26:32 +0100
committerLee Jones <[email protected]>2024-05-10 15:39:17 +0100
commit11db5421837a6627bd02efb48973f19e64804559 (patch)
tree4503ba678a5def82778a58ca853622eb9bed748e /drivers/usb/cdns3/cdns3-debug.h
parent6cb72bd486806f5d6b77d498646dba9fb5e3e597 (diff)
mfd: timberdale: Remove redundant assignment to variable err
The variable err is being assigned -ENODEV and then err is being re-assigned the same error value via the error exit label err_mfd. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/mfd/timberdale.c:768:3: warning: Value stored to 'err' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions