]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: sh-pfc: Update info pointer after SoC-specific init
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 9 Mar 2017 18:20:48 +0000 (19:20 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 21 Mar 2017 10:21:55 +0000 (11:21 +0100)
commit3091ae775fae17084013021d01513bc1ad274e6a
tree5e8a1bac8487fac4cdfa769622dee1358bd345cb
parentb332da51a929de9081058b17d108008cd6a0d15f
pinctrl: sh-pfc: Update info pointer after SoC-specific init

Update the sh_pfc_soc_info pointer after calling the SoC-specific
initialization function, as it may have been updated to e.g. handle
different SoC revisions.  This makes sure the correct subdriver name is
printed later.

Fixes: 0c151062f32c9db8 ("sh-pfc: Add support for SoC-specific initialization")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/pinctrl/sh-pfc/core.c