On Wed, 2021-12-08 at 15:35 +0000, Biju Das wrote: > If reset_control_deassert() fails, then we won't be able to access > the device registers. Therefore check the return code of > reset_control_deassert() and bail out in case of error. > > While at it replace the parameter "&pdev->dev" -> "dev" in > devm_reset_control_get_exclusive(). > > Suggested-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Thanks, Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> regards Philipp