]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-stm32-lp.c
bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
[linux.git] / drivers / pwm / pwm-stm32-lp.c
index 67fca62524dc243fd16ba736b62c34bd0559d7ea..134c14621ee011c816830d26b1f7ac4974f40c40 100644 (file)
@@ -61,7 +61,7 @@ static int stm32_pwm_lp_apply(struct pwm_chip *chip, struct pwm_device *pwm,
        do_div(div, NSEC_PER_SEC);
        if (!div) {
                /* Clock is too slow to achieve requested period. */
-               dev_dbg(priv->chip.dev, "Can't reach %u ns\n",  state->period);
+               dev_dbg(priv->chip.dev, "Can't reach %llu ns\n", state->period);
                return -EINVAL;
        }
 
This page took 0.028123 seconds and 4 git commands to generate.