summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-08-16 14:44:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-16 14:44:31 +0200
commite97fc84a7b7ec7fcb2e660a1f6c4d5d135509fcf (patch)
tree19b7a8aee0d11b1f1d0f81db85801eff98c2933a
parentc481b7f3afdcd621b15c806f8655dd61e94cfab9 (diff)
downloadgst-plugins-fsl-vpu-e97fc84a7b7ec7fcb2e660a1f6c4d5d135509fcf.tar.gz
gst-plugins-fsl-vpu-e97fc84a7b7ec7fcb2e660a1f6c4d5d135509fcf.tar.xz
rename vpu device to what gstreamer plugins expect
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--module/imx-vpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/imx-vpu.c b/module/imx-vpu.c
index 0428140..bffaecc 100644
--- a/module/imx-vpu.c
+++ b/module/imx-vpu.c
@@ -1813,7 +1813,7 @@ static int vpu_dev_probe(struct platform_device *pdev)
INIT_WORK(&vpu->work, vpu_work);
init_completion(&vpu->complete);
- strcpy(vpu->vdev->name, "vpu");
+ strcpy(vpu->vdev->name, "imx-vpu");
vpu->vdev->fops = &vpu_fops;
vpu->vdev->ioctl_ops = &vpu_ioctl_ops;
vpu->vdev->release = video_device_release;