u-boot-brain/fs/fat
Stephen Warren 461f86e696 FAT: remove cur_part_nr
A future patch will implement the more standard filesystem API
fat_set_blk_dev(). This API has no way to know which partition number
the partition represents. Equally, future DM rework will make the
concept of partition number harder to pass around.

So, simply remove cur_part_nr from fat.c; its only use is in a
diagnostic printf, and the context where it's printed should make it
obvious which partition is referred to anyway (since the partition ID
would come from the user command-line that caused it).

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2012-10-25 12:07:41 -07:00
..
fat_write.c fs: fat: Fix mkcksum() function parameters 2012-10-17 07:59:11 -07:00
fat.c FAT: remove cur_part_nr 2012-10-25 12:07:41 -07:00
file.c fs/fat: Big code cleanup. 2010-07-24 20:54:46 +02:00
Makefile ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00