aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cdx/controller/cdx_controller.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-10-29 22:20:15 +0000
committerRichard Weinberger <[email protected]>2024-11-14 19:27:39 +0000
commit7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2 (patch)
tree3911f757e2e29042bdc77a9a6b9e95879b540441 /drivers/cdx/controller/cdx_controller.c
parentfs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsolete (diff)
downloadkernel-7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2.tar.gz
kernel-7c8e694bdb7ba75d13854b59f3af6d66f0ea6df2.zip
jffs2: remove redundant check on outpos > pos
The check for outpos > pos is always false because outpos is zero and pos is at least zero; outpos can never be greater than pos. The check is redundant and can be removed. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions