forked from Minki/linux
[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:
parent
cdde1a9bae
commit
11b4c175d9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user