aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/mem2mem_testdev.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/mem2mem_testdev.c b/drivers/media/platform/mem2mem_testdev.c
index 8b27a7e2a09..7627335816e 100644
--- a/drivers/media/platform/mem2mem_testdev.c
+++ b/drivers/media/platform/mem2mem_testdev.c
@@ -397,8 +397,7 @@ static void device_isr(unsigned long priv)
397 curr_ctx = v4l2_m2m_get_curr_priv(m2mtest_dev->m2m_dev); 397 curr_ctx = v4l2_m2m_get_curr_priv(m2mtest_dev->m2m_dev);
398 398
399 if (NULL == curr_ctx) { 399 if (NULL == curr_ctx) {
400 printk(KERN_ERR 400 pr_err("Instance released before the end of transaction\n");
401 "Instance released before the end of transaction\n");
402 return; 401 return;
403 } 402 }
404 403