|
@@ -288,7 +288,7 @@ static void maciisi_sync(struct adb_request *req)
|
|
}
|
|
}
|
|
/* This could be BAD... when the ADB controller doesn't respond
|
|
/* This could be BAD... when the ADB controller doesn't respond
|
|
* for this long, it's probably not coming back :-( */
|
|
* for this long, it's probably not coming back :-( */
|
|
- if(count >= 50) /* Hopefully shouldn't happen */
|
|
|
|
|
|
+ if (count > 50) /* Hopefully shouldn't happen */
|
|
printk(KERN_ERR "maciisi_send_request: poll timed out!\n");
|
|
printk(KERN_ERR "maciisi_send_request: poll timed out!\n");
|
|
}
|
|
}
|
|
|
|
|