]> git.ipfire.org Git - thirdparty/u-boot.git/commit
reset: uniphier: fix the first argument passed to dev_err()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Oct 2017 10:22:02 +0000 (19:22 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 15 Oct 2017 13:32:25 +0000 (22:32 +0900)
commitdef4eadba9f11f92608761506637df3ab91c72bc
tree8c65350d4143264cee622d0ec5c197315173e2bf
parentab05406e73284e194ceffb956d9bcd957b6c8c00
reset: uniphier: fix the first argument passed to dev_err()

priv->dev does not exist.  Pass the correct pointer to udevice.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/reset/reset-uniphier.c