mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
[media] au0828-dvb: 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
2816cc31e0
commit
f6b83c3e06
@ -630,7 +630,7 @@ void au0828_dvb_suspend(struct au0828_dev *dev)
|
||||
stop_urb_transfer(dev);
|
||||
au0828_stop_transport(dev, 1);
|
||||
mutex_unlock(&dvb->lock);
|
||||
dev->need_urb_start = 1;
|
||||
dev->need_urb_start = true;
|
||||
}
|
||||
/* suspend frontend - does tuner and fe to sleep */
|
||||
rc = dvb_frontend_suspend(dvb->frontend);
|
||||
|
Loading…
Reference in New Issue
Block a user