]> git.baikalelectronics.ru Git - uboot.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)
commit7d2641813563c72689d17674ffdaf6e69872d4d8
tree8c65350d4143264cee622d0ec5c197315173e2bf
parentd574e2f55e73f66a433080a69059e397752c920b
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