mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
media: intel/ipu6: Add missing new line character in error message
End error message with new line. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
94a6c188b8
commit
adcdf4160a
|
|
@ -797,7 +797,7 @@ void ipu6_isys_queue_buf_ready(struct ipu6_isys_stream *stream,
|
|||
return;
|
||||
}
|
||||
|
||||
dev_err(dev, "Failed to find a matching video buffer");
|
||||
dev_err(dev, "Failed to find a matching video buffer\n");
|
||||
|
||||
spin_unlock_irqrestore(&aq->lock, flags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user