soc: samsung: exynos-chipid: avoid soc_device_to_device()
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 19 Sep 2021 09:31:12 +0000 (11:31 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 29 Sep 2021 13:50:29 +0000 (15:50 +0200)
commitd1141886c8d72ad77920e6e4b617d366e6e3ee8a
treead1290a1e74f1619591f0387b758cfae95a134e3
parente37ef6dcdb1f4738b01cec7fb7be46af07816af9
soc: samsung: exynos-chipid: avoid soc_device_to_device()

soc_device_to_device() seems to be discouraged [1] so remove it in favor
of printing info message with platform device.  This will only change
the prefix in the info message from "soc soc0: " to "exynos-chipid
10000000.chipid:".

[1] https://lore.kernel.org/lkml/20191111052741.GB3176397@kroah.com/

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Sylwester Nawrocki <snawrocki@kernel.org>
Tested-by: Sylwester Nawrocki <snawrocki@kernel.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Tested-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20210919093114.35987-2-krzysztof.kozlowski@canonical.com
drivers/soc/samsung/exynos-chipid.c