Re: [PATCH 15/16] lirc_dev: remove name from struct lirc_driver

2017-05-02 Thread David Härdeman
On Tue, May 02, 2017 at 06:04:18PM +0100, Sean Young wrote: >On Mon, May 01, 2017 at 06:04:52PM +0200, David Härdeman wrote: >> The name is only used for a few debug messages and the name of the parent >> device as well as the name of the lirc device (e.g. "lirc0") are sufficient >> anyway. >>... >

Re: [PATCH 15/16] lirc_dev: remove name from struct lirc_driver

2017-05-02 Thread Sean Young
On Mon, May 01, 2017 at 06:04:52PM +0200, David Härdeman wrote: > The name is only used for a few debug messages and the name of the parent > device as well as the name of the lirc device (e.g. "lirc0") are sufficient > anyway. > > Signed-off-by: David Härdeman > --- > drivers/media/rc/ir-lirc-c

[PATCH 15/16] lirc_dev: remove name from struct lirc_driver

2017-05-01 Thread David Härdeman
The name is only used for a few debug messages and the name of the parent device as well as the name of the lirc device (e.g. "lirc0") are sufficient anyway. Signed-off-by: David Härdeman --- drivers/media/rc/ir-lirc-codec.c|2 -- drivers/media/rc/lirc_dev.c | 25 ++