]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM / devfreq: Remove unneeded casting for HZ_PER_KHZ
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 14 Jan 2026 09:31:15 +0000 (10:31 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 3 Apr 2026 18:15:38 +0000 (03:15 +0900)
commit82bb8dc953c2203bb710b7358f030b1d9bdf698d
treebe4ea8bde6eca460d1d35e299853cdb28b53d755
parent7aaa8047eafd0bd628065b15757d9b48c5f9c07d
PM / devfreq: Remove unneeded casting for HZ_PER_KHZ

HZ_PER_KHZ is defined as UL (unsigned long), no need to repeat that.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Lifeng Zheng <zhenglifeng1@huawei.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Link: https://lore.kernel.org/lkml/20260114093115.276818-1-andriy.shevchenko@linux.intel.com/
drivers/devfreq/devfreq.c