[media] media: lirc_zilog: add a pointer to the parent device to struct IR
authorDavid Härdeman <david@hardeman.nu>
Sun, 25 Jun 2017 12:32:25 +0000 (09:32 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 4 Oct 2017 17:23:22 +0000 (14:23 -0300)
commitf08e52878e101f3794c432dcbaa2179d1a903ded
treea0ffeebc0bee642a6edd96fa3981c2057b52014d
parent6ecccc379b7334c02f90a401dafea6fce5c91310
[media] media: lirc_zilog: add a pointer to the parent device to struct IR

lirc_zilog stashes a pointer to the parent device in struct lirc_dev
and uses it for logging. It makes more sense to let lirc_zilog keep
track of that pointer in its own struct (this is in preparation for
subsequent patches which will remodel struct lirc_dev).

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/staging/media/lirc/lirc_zilog.c