commit | 9ce45ef86c4c861841ba68b24341dbd9d6834c98 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jan 22 12:00:12 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 09:21:23 2013 -0800 |
tree | 0a88f45ebe7f1e5dc699eb14bf013b8e1313b815 | |
parent | 9ec6e9d3cb5192b11074f8adcedc10a6d410528a [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>