From: Greg Kroah-Hartman Date: Fri, 28 Jun 2013 18:33:02 +0000 (-0700) Subject: USB: isp116x: remove dependency on CONFIG_USB_DEBUG X-Git-Tag: v3.12-rc1~186^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d896ceae46d61412a575a4fc269f5eb4b0397d6;p=pandora-kernel.git USB: isp116x: remove dependency on CONFIG_USB_DEBUG Move all debugging messages in the driver to use the dynamic debug subsystem, and not rely on CONFIG_USB_DEBUG to turn them on or off. This lets debugging be enabled without having to rebuild the driver, an important thing for users that can not do it. It also removes the pointless IRQ_TEST() macro, as that was totally useless and obviously never used. Cc: Olav Kongas Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed