Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wrong...
commit85ad768b6e0933bec1f05775dd48574710e96d08
authorFrank Gevaerts <frank@gevaerts.be>
Sun, 18 Sep 2011 12:51:54 +0000 (18 12:51 +0000)
committerFrank Gevaerts <frank@gevaerts.be>
Sun, 18 Sep 2011 12:51:54 +0000 (18 12:51 +0000)
tree093d514eb6718d21b3ca73d8ff0d2fb133b82e85
parent28d5f2aa57e8963a82849b2009274e8272094c86
Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wrong (the total number of drives in the system is not really related to the number of sd devices), but at least it's less wrong than NUM_VOLUMES and it matches the (wrong) assumptions the rest of the drivers make

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30569 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/as3525/sd-as3525.c
firmware/target/arm/s3c2440/sd-s3c2440.c