From: Greg Kroah-Hartman Date: Wed, 26 Jun 2013 23:30:38 +0000 (-0700) Subject: USB: ldusb: remove custom dbg_info() macro X-Git-Tag: v3.12-rc1~186^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=457163c4c7c69ee7f92c31bd48be332316824a14;p=pandora-kernel.git USB: ldusb: remove custom dbg_info() macro We want to get rid of CONFIG_USB_DEBUG, so remove the reliance of the ldusb driver on it. Don't use the custom macro, or a special module parameter, instead, rely on the in-kernel dynamic debugging infrastructure, which is much easier to use, and consistant across the whole kernel. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed