1
0
Fork 0

[media] msi001: fix v4l2-compliance issues

Fix msi001 driver v4l2-compliance issues.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
hifive-unleashed-5.1
Antti Palosaari 2014-03-10 16:28:18 -03:00 committed by Mauro Carvalho Chehab
parent d287e4e31e
commit 952a70aa68
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ static int msi001_probe(struct spi_device *spi)
}
s->spi = spi;
s->f_tuner = bands[0].rangelow;
v4l2_spi_subdev_init(&s->sd, spi, &msi001_ops);
/* Register controls */