]> git.itanic.dy.fi Git - linux-stable/commit
media: fdp1: Reduce FCP not found message level to debug
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 9 Jul 2019 09:59:52 +0000 (06:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 10:47:51 +0000 (12:47 +0200)
commitb478b26848d2cdb9e7b4fb9fddf4204db32c1d4a
tree88caea25c0c40fc29fa3b63383a31e54013db642
parent4c0a6b6412ed4630f0274829b0301f3dbbea51fe
media: fdp1: Reduce FCP not found message level to debug

[ Upstream commit 4fd22938569c14f6092c05880ca387409d78355f ]

When support for the IPMMU is not enabled, the FDP driver may be
probe-deferred multiple times, causing several messages to be printed
like:

    rcar_fdp1 fe940000.fdp1: FCP not found (-517)
    rcar_fdp1 fe944000.fdp1: FCP not found (-517)

Fix this by reducing the message level to debug level, as is done in the
VSP1 driver.

Fixes: 4710b752e029f3f8 ("[media] v4l: Add Renesas R-Car FDP1 Driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/platform/rcar_fdp1.c