Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'spacemit-clk-fixes-for-7.0-1' of ssh://github.com/spacemit-com/linux into clk-fixes

Pull a SpacemiT clk fix from Yixun Lan:

- Fix inverted condition check

* tag 'spacemit-clk-fixes-for-7.0-1' of ssh://github.com/spacemit-com/linux:
clk: spacemit: ccu_mix: fix inverted condition in ccu_mix_trigger_fc()

+1 -1
+1 -1
drivers/clk/spacemit/ccu_mix.c
··· 73 73 struct ccu_common *common = hw_to_ccu_common(hw); 74 74 unsigned int val; 75 75 76 - if (common->reg_fc) 76 + if (!common->reg_fc) 77 77 return 0; 78 78 79 79 ccu_update(common, fc, common->mask_fc, common->mask_fc);