]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: frequency: adf4350: replace TODO with NOTE in adf4350_set_freq()
authorNeel Bullywon <neelb2403@gmail.com>
Mon, 23 Mar 2026 23:33:16 +0000 (19:33 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 25 Mar 2026 20:20:16 +0000 (20:20 +0000)
commit8abf158b84ca34d5a37566b8d9a641f8a06f7eae
treef613892381c9706099318c7ec6a0a9c3eba2bd3e
parent8625d418d24bc0ff463267b26b7cb2e7a612495f
iio: frequency: adf4350: replace TODO with NOTE in adf4350_set_freq()

Replace the TODO comment in adf4350_set_freq() with a NOTE explaining
that a constant-time approach using fls_long() was attempted but deemed
more complex without meaningful benefit for initialization code.

Signed-off-by: Neel Bullywon <neelb2403@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/frequency/adf4350.c