pinctrl: single: fix debug output when #pinctrl-cells = 2
authorDrew Fustini <drew@beagleboard.org>
Sun, 13 Sep 2020 23:03:07 +0000 (01:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 1 Oct 2020 08:04:53 +0000 (10:04 +0200)
commitf4a2b19c37caf40f3b8487ccb9032b974a84a3a7
treef2aa4bda76e1ef3079aff07e63bd2290728184de
parent9b9448f39e83d8e6fdfed006c5db8c304a98c2cd
pinctrl: single: fix debug output when #pinctrl-cells = 2

The debug output in pcs_parse_one_pinctrl_entry() needs to be updated
to print the correct pinctrl register value when #pinctrl-cells is 2.

Fixes: a13395418888 ("pinctrl: single: parse #pinctrl-cells = 2")
Reported-by: Trent Piepho <tpiepho@gmail.com>
Signed-off-by: Drew Fustini <drew@beagleboard.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/linux-omap/3139716.CMS8C0sQ7x@zen.local/
Link: https://lore.kernel.org/r/20200913230306.2061645-1-drew@beagleboard.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-single.c