[media] media: lirc_dev: change irctl->attached to be a boolean
authorDavid Härdeman <david@hardeman.nu>
Sun, 25 Jun 2017 12:31:55 +0000 (09:31 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 4 Oct 2017 16:57:45 +0000 (13:57 -0300)
commit3bce5572364899970cbe908d98c51d1bc743b2f8
tree86a0905c4abb9f5dc15539ab1162b44a6948a321
parentb145ef94f63e02c2615ffde61a376b53f3367bc6
[media] media: lirc_dev: change irctl->attached to be a boolean

The "attached" member of struct irctl is a boolean value, so let the code
reflect that.

Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/lirc_dev.c