]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: n5x: Fix misplaced paren
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Wed, 23 Jul 2025 11:32:31 +0000 (12:32 +0100)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 30 Jul 2025 09:45:29 +0000 (17:45 +0800)
commitdff25bb4abd082e852108b04beba0685a2980aaa
tree304209a58a89339845f53dd6e610847863011cac
parentb9767ad357e16b2856be9110b6cf61f126325da4
clk: n5x: Fix misplaced paren

Smatch reported an issue about the precedence of shift being higher than
mask in clk_get_emac_clk_hz. This turned out to be a misplaced paren in
one of the calculations. Fix this by placing the paren in the same place
as in the other similar calculations in the same function.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/clk/altera/clk-n5x.c