[media] v4l2: correct two SDR format names
authorAntti Palosaari <crope@iki.fi>
Sun, 17 May 2015 11:38:04 +0000 (08:38 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 14:42:33 +0000 (11:42 -0300)
commit48fc10aaf180d71bd7953f9e25b0fd7393b5123a
tree801ea16d1a7b7184b6003943f09af429d5835d00
parent7615f4bcfae51a4cc5a5ad9610c02b735496a96b
[media] v4l2: correct two SDR format names

U8 and U16LE format human readable names were translated with string
containing emulated word. These strings were taken from msi2500 driver,
where those formats were emulated (after module parameter is set). But
on API correct names should be used, without any special case notes.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/v4l2-ioctl.c