summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-08 12:10:37 +0000
committerDave Chapman <dave@dchapman.com>2005-11-08 12:10:37 +0000
commit64c4f19811e70dbdcdd4fe73bb929158cce5d6cd (patch)
tree8690a139b65245df1b54f74372f52beb63a9ce22
parentf6c80586951c81f69290fa219e1b6818f889c98e (diff)
downloadrockbox-64c4f19811e70dbdcdd4fe73bb929158cce5d6cd.zip
rockbox-64c4f19811e70dbdcdd4fe73bb929158cce5d6cd.tar.gz
rockbox-64c4f19811e70dbdcdd4fe73bb929158cce5d6cd.tar.bz2
rockbox-64c4f19811e70dbdcdd4fe73bb929158cce5d6cd.tar.xz
Remove #warning left over from debugging. Sorry about that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7790 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/ata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 826e6f3..4ae6cbc 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1273,7 +1273,6 @@ static int identify(void)
/* the IDENTIFY words are already swapped, so we need to treat
this info differently that normal sector data */
#if defined(ROCKBOX_BIG_ENDIAN) && !defined(SWAP_WORDS)
-#warning Swapping ATA identify data
identify_info[i] = swap16(ATA_DATA);
#else
identify_info[i] = ATA_DATA;