summaryrefslogtreecommitdiff
path: root/drivers/virt/vboxguest/vboxguest_core.h
diff options
context:
space:
mode:
authorAnson Huang <anson.huang@nxp.com>2019-04-26 06:53:14 +0000
committerStephen Boyd <sboyd@kernel.org>2019-05-03 09:31:54 -0700
commita5a627c676590aaf381f38279ffdfacc963f18f4 (patch)
treebb7509698434e652eaa78a2ab0190e10b71c853a /drivers/virt/vboxguest/vboxguest_core.h
parent53dd5c709b335545eec76e3a401ad82764d42b6a (diff)
clk: imx: correct pfdv2 gate_bit/vld_bit operations
The operations of pfdv2 gate_bit/valid_bit are incorrect, they are defined as u8 for bit offset, but gate_bit is actually assigned as mask which could be 32 bit long and it causes overflow, and vld_bit is assigned as bit offset based on incorrect gate_bit value, it causes incorrect pfd clock gate status in clock tree, this patch fixes the issue by assigning them as correct bit offset. Fixes: 9fcb6be3b6c9 ("clk: imx: add pfdv2 support") Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/virt/vboxguest/vboxguest_core.h')
0 files changed, 0 insertions, 0 deletions