From: Alan Stern Date: Tue, 22 Jan 2013 17:00:12 +0000 (-0500) Subject: USB: EHCI: fix incorrect configuration test X-Git-Tag: v3.8-rc5~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce45ef86c4c861841ba68b24341dbd9d6834c98;p=pandora-kernel.git USB: EHCI: fix incorrect configuration test This patch (as1641) fixes a minor bug in ehci-hcd left over from when the Chipidea driver was converted to the "ehci-hcd is a library" scheme. The test for whether the Chipidea platform driver is active should be IS_ENABLED(), not defined(). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed