media: rkvdec: Remove redundant platform_get_irq error message
authorYueHaibing <yuehaibing@huawei.com>
Wed, 9 Sep 2020 14:24:07 +0000 (16:24 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:08 +0000 (10:31 +0100)
commit121ca877c1e870a6580a3bcb53de79e1a678f5f8
tree79e4a19420cfe23f7af48fe6060dac09ae746367
parent099d801bcd1e493b4de71e488c94e2dd0451eaa4
media: rkvdec: Remove redundant platform_get_irq error message

platform_get_irq() will call dev_err() itself on failure,
so there is no need for the driver to also do this.
This is detected by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/rkvdec/rkvdec.c