]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] serial_ir: iommap is a memory address, not bool
authorSean Young <sean@mess.org>
Mon, 13 Feb 2017 22:53:23 +0000 (20:53 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Mar 2017 11:25:46 +0000 (08:25 -0300)
commit069f3b10aed966b2da6bb1161af41da0e8880724
tree7e7fdde922656d3c041b7ca1a492b0e3bc122293
parentb73bc16d08d9984c78c08b1b8e1bb17563dc10a9
[media] serial_ir: iommap is a memory address, not bool

This has been broken for a long time, so presumably it is not used. I
have no hardware to test this on.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=61401

Fixes: 90ab5ee ("module_param: make bool parameters really bool")
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/serial_ir.c