aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/s5p-tv/mixer_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-tv/mixer_drv.c b/drivers/media/platform/s5p-tv/mixer_drv.c
index a15ca0595b87..ca0f29717448 100644
--- a/drivers/media/platform/s5p-tv/mixer_drv.c
+++ b/drivers/media/platform/s5p-tv/mixer_drv.c
@@ -384,7 +384,7 @@ static int __devinit mxr_probe(struct platform_device *pdev)
384 384
385 mdev = kzalloc(sizeof *mdev, GFP_KERNEL); 385 mdev = kzalloc(sizeof *mdev, GFP_KERNEL);
386 if (!mdev) { 386 if (!mdev) {
387 mxr_err(mdev, "not enough memory.\n"); 387 dev_err(dev, "not enough memory.\n");
388 ret = -ENOMEM; 388 ret = -ENOMEM;
389 goto fail; 389 goto fail;
390 } 390 }