summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index fe2e203e5a..18f50b24df 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -311,7 +311,7 @@ static void ata_thread(void)
311 switch ( ev.id ) { 311 switch ( ev.id ) {
312 case SYS_USB_CONNECTED: 312 case SYS_USB_CONNECTED:
313 /* Tell the USB thread that we are safe */ 313 /* Tell the USB thread that we are safe */
314 DEBUGF("backlight_thread got SYS_USB_CONNECTED\n"); 314 DEBUGF("ata_thread got SYS_USB_CONNECTED\n");
315 usb_acknowledge(SYS_USB_CONNECTED_ACK); 315 usb_acknowledge(SYS_USB_CONNECTED_ACK);
316 316
317 /* Wait until the USB cable is extracted again */ 317 /* Wait until the USB cable is extracted again */