summaryrefslogtreecommitdiff
path: root/rust/helpers/cpufreq.c
diff options
context:
space:
mode:
authorAntonio Quartulli <antonio@mandelbit.com>2025-07-21 22:09:02 +0200
committerTheodore Ts'o <tytso@mit.edu>2025-08-12 23:15:05 -0400
commitf3fbaa74d999c16b5caeca779e6d7e6e6e7feed8 (patch)
treecb58ef80631452bbe140a1996bfba96fc9e0eeed /rust/helpers/cpufreq.c
parentb4cc4a4077268522e3d0d34de4b2dc144e2330fa (diff)
ext4: remove useless if check
This if branch is only jumping to 'out' which is defined just after the branch itself. Hence this is if-check is a no-op and can be removed. Address-Coverity-ID: 1647981 ("Incorrect expression (IDENTICAL_BRANCHES)") Signed-off-by: Antonio Quartulli <antonio@mandelbit.com> Link: https://patch.msgid.link/20250721200902.1071-1-antonio@mandelbit.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'rust/helpers/cpufreq.c')
0 files changed, 0 insertions, 0 deletions