serial: 8250_bcm2835aux: Restore clock error handling
authorStefan Wahren <wahrenst@gmx.net>
Wed, 20 Dec 2023 11:43:34 +0000 (12:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Jan 2024 15:23:03 +0000 (16:23 +0100)
commit83e571f054cd742eb9a46d46ef05193904adf53f
tree59e70242849c2564c9b50dda30de37d81ba31950
parentaba8290f368d965d49c929a283b3bf41783d3ada
serial: 8250_bcm2835aux: Restore clock error handling

The commit fcc446c8aa63 ("serial: 8250_bcm2835aux: Add ACPI support")
dropped the error handling for clock acquiring. But even an optional
clock needs this.

Fixes: fcc446c8aa63 ("serial: 8250_bcm2835aux: Add ACPI support")
Cc: stable <stable@kernel.org>
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20231220114334.4712-1-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_bcm2835aux.c