media: staging/imx: Use a shorter name for driver
authorFabio Estevam <festevam@gmail.com>
Mon, 28 Oct 2019 17:13:13 +0000 (14:13 -0300)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 5 Nov 2019 12:09:18 +0000 (09:09 -0300)
commitce22c6f242b6d7b5e0318da2c92b5b00b5bbc698
tree974bfe7eb8e2204f39b7b9ecb57ad57f8f031067
parentb2b9b0a669b5947eff8c6f87c0fb1bdc652bb88f
media: staging/imx: Use a shorter name for driver

Currently v4l2-compliance tool returns the following output:

Compliance test for imx-media-captu device /dev/video0:

Driver Info:
        Driver name      : imx-media-captu
        Card type        : imx-media-capture
...

The driver name string is limited to 16 characters, so provide
a shorter name so that we can have a better output.

While at it, use the same shorter name for driver and card.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/imx/imx-media-capture.c