]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpupower: Remove spurious return statement
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 18 Dec 2024 19:09:50 +0000 (13:09 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 20 Dec 2024 16:12:07 +0000 (09:12 -0700)
commitdec2f97a1571ed28ddbadf4431afc5e5872a10df
tree79362703b2214d0b368e015425f891b639071931
parent9d6c0e58514f8b57cd9c2c755e41623d6a966025
cpupower: Remove spurious return statement

print_duration() has a return; statement at the end of the function
that is not necessary as it's a void function.

Link: https://lore.kernel.org/r/20241218191144.3440854-2-superm1@kernel.org
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/utils/cpufreq-info.c