aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-mailbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx18-mailbox.c')
-rw-r--r--drivers/media/video/cx18/cx18-mailbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx18/cx18-mailbox.c b/drivers/media/video/cx18/cx18-mailbox.c
index 70802a948a10..70a82721b551 100644
--- a/drivers/media/video/cx18/cx18-mailbox.c
+++ b/drivers/media/video/cx18/cx18-mailbox.c
@@ -557,9 +557,9 @@ static int cx18_api_call(struct cx18 *cx, u32 cmd, int args, u32 data[])
557 if (ret == 0) { 557 if (ret == 0) {
558 /* Timed out */ 558 /* Timed out */
559 mutex_unlock(mb_lock); 559 mutex_unlock(mb_lock);
560 CX18_WARN("sending %s timed out waiting %d msecs for RPU " 560 CX18_DEBUG_WARN("sending %s timed out waiting %d msecs for RPU "
561 "acknowledgement\n", 561 "acknowledgement\n",
562 info->name, jiffies_to_msecs(timeout)); 562 info->name, jiffies_to_msecs(timeout));
563 return -EINVAL; 563 return -EINVAL;
564 } 564 }
565 565