Home
last modified time | relevance | path

Searched hist:"5 e93207e962a6d23893ff4405f6c5d4396fb5934" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bus/
H A Dbt1-axi.cdiff 5e93207e962a6d23893ff4405f6c5d4396fb5934 Fri Jun 10 12:40:30 CEST 2022 Serge Semin <Sergey.Semin@baikalelectronics.ru> bus: bt1-axi: Don't print error on -EPROBE_DEFER

The Baikal-T1 AXI bus driver correctly handles the deferred probe
situation, but still pollutes the system log with a misleading error
message. Let's fix that by using the dev_err_probe() method to print the
log message in case of the clocks/resets request errors.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20220610104030.28399-2-Sergey.Semin@baikalelectronics.ru'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>