OSDN Git Service

media: staging: rkisp1: use consistent bus_info string for media_dev
authorHelen Koike <helen.koike@collabora.com>
Thu, 6 Feb 2020 22:07:08 +0000 (23:07 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 24 Feb 2020 16:39:18 +0000 (17:39 +0100)
commit12d3d8090bc5e8cdda2f56caed2a2a0d70009456
tree200b928f5a18adecb3936459acfa4b91f3c4104a
parent2f43d268f984eb859bb4c3e3ad3f824f4963f857
media: staging: rkisp1: use consistent bus_info string for media_dev

Media device is using a slightly different bus_info string
"platform: rkisp1" (with a space) instead of "platform:rkisp1" used by
the rest of rkisp1 code.
This causes errors when using v4l2-util tools that uses the bus_info
string to identify the device.

Fixes: d65dd85281fb ("media: staging: rkisp1: add Rockchip ISP1 base driver")
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/rkisp1/rkisp1-dev.c