projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iwinfo: factor txpower offset into info display output, recompile if driver...
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
drivers
/
usb
/
host
/
adm5120-q.c
diff --git
a/target/linux/adm5120/files/drivers/usb/host/adm5120-q.c
b/target/linux/adm5120/files/drivers/usb/host/adm5120-q.c
index
5d95ab1
..
d7d9e67
100644
(file)
--- a/
target/linux/adm5120/files/drivers/usb/host/adm5120-q.c
+++ b/
target/linux/adm5120/files/drivers/usb/host/adm5120-q.c
@@
-718,10
+718,11
@@
rescan_all:
* frame counter wraps and EDs with partially retired TDs
*/
if (likely(HC_IS_RUNNING(admhcd_to_hcd(ahcd)->state))) {
* frame counter wraps and EDs with partially retired TDs
*/
if (likely(HC_IS_RUNNING(admhcd_to_hcd(ahcd)->state))) {
- if (tick_before(tick, ed->tick))
+ if (tick_before(tick, ed->tick))
{
skip_ed:
last = &ed->ed_rm_next;
continue;
skip_ed:
last = &ed->ed_rm_next;
continue;
+ }
#if 0
if (!list_empty(&ed->td_list)) {
struct td *td;
#if 0
if (!list_empty(&ed->td_list)) {
struct td *td;
This page took
0.031831 seconds
and
4
git commands to generate.