Skip to content
Commit cba8d3bf authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Thierry Reding
Browse files

pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR



Fix inconsistent IS_ERR and PTR_ERR in sun4i_pwm_probe().

The proper pointers to be passed as arguments are pwm->clk and pwm->bus_clk.

This bug was detected with the help of Coccinelle.

Fixes: b8d74644 ("pwm: sun4i: Prefer "mod" clock to unnamed")
Fixes: 5b090b43 ("pwm: sun4i: Add an optional probe for bus clock")
Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Reviewed-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 3e954d96
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment