mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08:00
[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>
This commit is contained in:
parent
d287e4e31e
commit
952a70aa68
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user