freemyipod r264 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r263‎ | r264 | r265 >
Date:16:19, 17 November 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: ipodnano2g FTL: fix a weird typo
Modified paths:
  • /embios/trunk/target/ipodnano2g/ftl.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano2g/ftl.c
@@ -1484,7 +1484,7 @@
14851485 bestidx = idx;
14861486 }
14871487 }
1488 - if (bestidx == 0xFFFFFFFF0)
 1488+ if (bestidx == 0xFFFFFFFF)
14891489 {
14901490 ftl_initialized = false;
14911491 panicf(PANIC_KILLTHREAD, "FTL: Out of pool blocks!");