1
0
Fork 0

media: s3c-camif: don't set driver_version

This field will be removed as it is not needed anymore.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
hifive-unleashed-5.1
Hans Verkuil 2017-07-21 04:53:30 -04:00 committed by Mauro Carvalho Chehab
parent 4c7089ee66
commit 4b3b11048d
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ static int camif_media_dev_init(struct camif_dev *camif)
ip_rev == S3C6410_CAMIF_IP_REV ? "6410" : "244X");
strlcpy(md->bus_info, "platform", sizeof(md->bus_info));
md->hw_revision = ip_rev;
md->driver_version = LINUX_VERSION_CODE;
md->dev = camif->dev;