Revision 9ce45ef86c4c861841ba68b24341dbd9d6834c98 authored by Alan Stern on 22 January 2013, 17:00:12 UTC, committed by Greg Kroah-Hartman on 22 January 2013, 17:21:23 UTC
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>
1 parent 9ec6e9d
History
File Mode Size
Makefile -rw-r--r-- 374 bytes
__avr32_asr64.S -rw-r--r-- 560 bytes
__avr32_lsl64.S -rw-r--r-- 559 bytes
__avr32_lsr64.S -rw-r--r-- 559 bytes
clear_user.S -rw-r--r-- 1.2 KB
copy_user.S -rw-r--r-- 2.2 KB
csum_partial.S -rw-r--r-- 892 bytes
csum_partial_copy_generic.S -rw-r--r-- 1.7 KB
delay.c -rw-r--r-- 1.3 KB
findbit.S -rw-r--r-- 3.2 KB
io-readsb.S -rw-r--r-- 760 bytes
io-readsl.S -rw-r--r-- 542 bytes
io-readsw.S -rw-r--r-- 789 bytes
io-writesb.S -rw-r--r-- 808 bytes
io-writesl.S -rw-r--r-- 405 bytes
io-writesw.S -rw-r--r-- 644 bytes
memcpy.S -rw-r--r-- 1.2 KB
memset.S -rw-r--r-- 1.2 KB
strncpy_from_user.S -rw-r--r-- 1.2 KB
strnlen_user.S -rw-r--r-- 1.2 KB

back to top