diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-07 14:10:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-07-07 14:10:59 -0600 |
commit | 6d0b8874fde96c88e866c1e5ae0018354b7cd7d6 (patch) | |
tree | fc498e7eaa23b8d27c701648bd3d0f92160bde39 /drivers/pwm/pwm-ti-ehrpwm.c | |
parent | e37de002fac3895e8d0b60ae2015e17bb33e2b5b (diff) | |
parent | 7598b469c16d97128d9c22839b06d94c5c331a7e (diff) |
Merge branch 'next'
Diffstat (limited to 'drivers/pwm/pwm-ti-ehrpwm.c')
-rw-r--r-- | drivers/pwm/pwm-ti-ehrpwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ti-ehrpwm.c b/drivers/pwm/pwm-ti-ehrpwm.c index 563109ef0f8..135ea3b4321 100644 --- a/drivers/pwm/pwm-ti-ehrpwm.c +++ b/drivers/pwm/pwm-ti-ehrpwm.c @@ -399,7 +399,7 @@ static int ti_ehrpwm_of_to_plat(struct udevice *dev) return -EINVAL; } - dev_dbg(dev, "regs=0x%08lx\n", priv->regs); + dev_dbg(dev, "regs=0x%08x\n", priv->regs); return 0; } |