mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
In mt8188_etdm_clk_src_sel_put() function, val retrieved by FIELD_PREP
is shifted to the corresponding bit filed, so it can compare with the
register value directly.
Originally, the redundant bit shift of the register value results in
the wrong comparison result, so we remove bit shift operation in the
patch.
Fixes:
|
||
|---|---|---|
| .. | ||
| common | ||
| mt2701 | ||
| mt6797 | ||
| mt8173 | ||
| mt8183 | ||
| mt8186 | ||
| mt8188 | ||
| mt8192 | ||
| mt8195 | ||
| Kconfig | ||
| Makefile | ||