[media] tuner: add Sony BTF tuners
[deliverable/linux.git] / drivers / staging / media / go7007 / go7007-v4l2.c
index 29fe94da5f717955d770efc6b829797e1fbcd64b..4ad383ad875862dd83b3159877519e4c4509a0e1 100644 (file)
@@ -1238,6 +1238,7 @@ static int vidioc_g_tuner(struct file *file, void *priv,
        if (!go->i2c_adapter_online)
                return -EIO;
 
+       strlcpy(t->name, "Tuner", sizeof(t->name));
        return call_all(&go->v4l2_dev, tuner, g_tuner, t);
 }
 
This page took 0.031345 seconds and 5 git commands to generate.