mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 04:20:54 +07:00
[media] ene_ir: 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
8b4b68186f
commit
2816cc31e0
@ -979,7 +979,7 @@ static int ene_transmit(struct rc_dev *rdev, unsigned *buf, unsigned n)
|
||||
dev->tx_reg = 0;
|
||||
dev->tx_done = 0;
|
||||
dev->tx_sample = 0;
|
||||
dev->tx_sample_pulse = 0;
|
||||
dev->tx_sample_pulse = false;
|
||||
|
||||
dbg("TX: %d samples", dev->tx_len);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user