]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: arm_sdei: Remove redundant error message in sdei_probe()
authorGavin Shan <gshan@redhat.com>
Tue, 22 Sep 2020 13:04:17 +0000 (23:04 +1000)
committerWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 20:52:22 +0000 (21:52 +0100)
commitf267093223af8c62212de2cdc3a9751b05fba3f3
treecb2aa7566450f75291b2de84ee46771b0af5edbf
parent298a49b458893345480de00f6fef8152bff42630
firmware: arm_sdei: Remove redundant error message in sdei_probe()

This removes the redundant error message in sdei_probe() because
the case can be identified from the errno in next error message.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: James Morse <james.morse@arm.com>
Link: https://lore.kernel.org/r/20200922130423.10173-8-gshan@redhat.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/firmware/arm_sdei.c