ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacks
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 24 Oct 2022 12:36:39 +0000 (13:36 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 7 Nov 2022 14:19:04 +0000 (14:19 +0000)
commit3f712c7c78a86640d28cc94469e312e59878d6b8
treed1dfb9db82d4ffd403cf1b3615e0c867748438c7
parent527d08631b30fb99721274eab8ebabd9c54b0b25
ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacks

If the system PM callbacks haven't been assigned, the PM core falls back to
invoke the corresponding the pm_generic_* helpers for the device. Let's
rely on this behaviour and drop the redundant assignments.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
drivers/amba/bus.c