You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[media] omap3isp: use true/false for boolean vars
Instead of using 0 or 1 for boolean, use the true/false defines. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
@@ -1806,7 +1806,7 @@ static int ccdc_video_queue(struct isp_video *video, struct isp_buffer *buffer)
|
||||
spin_lock_irqsave(&ccdc->lock, flags);
|
||||
if (ccdc->state == ISP_PIPELINE_STREAM_CONTINUOUS && !ccdc->running &&
|
||||
ccdc->bt656)
|
||||
restart = 1;
|
||||
restart = true;
|
||||
else
|
||||
ccdc->underrun = 1;
|
||||
spin_unlock_irqrestore(&ccdc->lock, flags);
|
||||
|
||||
Reference in New Issue
Block a user