]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: media: streamzap: remove CONFIG_USB_DEBUG
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 18:34:02 +0000 (11:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2014 18:22:47 +0000 (11:22 -0700)
commit834b4d5136a8171066537b3c73c79863a50155cb
tree3e8cd03c6c2e400dbf064dc87b3c18c84bd48b59
parent3228bf81e08f2794d9448e391a0ab6ce2c5b2380
USB: media: streamzap: remove CONFIG_USB_DEBUG

It wasn't even being used for anything, so remove the test for the
config option (as the config option isn't present anymore), and remove
the unused module parameter "debug" so as to not confuse anyone.

Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: "Antti Seppälä" <a.seppala@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/rc/streamzap.c