]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: ZynqMP IPI: Delete an error message in zynqmp_ipi_probe()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 5 Apr 2020 13:10:16 +0000 (15:10 +0200)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 30 May 2020 23:02:17 +0000 (18:02 -0500)
commitfb99a032352acd1d5bcd0c7b56946dec8d4b70eb
treed820d1fe4fbaf482b4096011d94ca65993838dd5
parent29fd0062a85e585b826f9e7fda3820edb888bee1
mailbox: ZynqMP IPI: Delete an error message in zynqmp_ipi_probe()

The function platform_get_irq can log an error already.
Thus omit a redundant message for the exception handling in the
calling function.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/zynqmp-ipi-mailbox.c