]> rtime.felk.cvut.cz Git - linux-imx.git/commit
firewire: ohci: move runtime debug facility out of #ifdef
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Mar 2012 20:34:21 +0000 (21:34 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 10 Mar 2012 16:41:19 +0000 (17:41 +0100)
commitcfda62baa474b194802a555d3f7f2ccfa27e28bb
treebab66039c764ffb9a568e5356edd001fbb3210dd
parent98466cc4502b3171f1bdc146db0d2106fcbc3f4f
firewire: ohci: move runtime debug facility out of #ifdef

CONFIG_FIREWIRE_OHCI_DEBUG could have been exposed to kernel tweakers
if CONFIG_EXPERT was set.  But in hindsight, this stuff is far too
useful to omit it.  So get rid of two #else branches that are only
going to bitrot otherwise.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/Kconfig
drivers/firewire/ohci.c