freemyipod r641 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r640‎ | r641 | r642 >
Date:00:34, 22 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Remove an unused variable
Modified paths:
  • /emcore/trunk/target/ipodclassic/storage_ata.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodclassic/storage_ata.c
@@ -351,7 +351,6 @@
352352 | MMC_CMD_CEATA_RW_MULTIPLE_REG_ADDRESS(addr & 0xfc)
353353 | MMC_CMD_CEATA_RW_MULTIPLE_REG_COUNT(size & 0xfc),
354354 NULL, CEATA_COMMAND_TIMEOUT), 2, 1);
355 - long startusec = USEC_TIMER;
356355 if (wakeup_wait(&mmc_wakeup, CEATA_COMMAND_TIMEOUT) == THREAD_TIMEOUT) RET_ERR(2);
357356 PASS_RC(mmc_dsta_check_data_success(), 2, 3);
358357 return 0;