remove logging, fix bug

Change-Id: Ie300222a3754a1ed7de5851a2298526a416da5d3
This commit is contained in:
Koushik Dutta 2011-05-30 15:22:04 -07:00
parent b2d30187d6
commit 01143a5630

View File

@ -95,7 +95,7 @@ static int detect_partition(const char *partitionType, const char *partition)
type = get_flash_type(partitionType);
}
return type;
return type;
}
int restore_raw_partition(const char* partitionType, const char *partition, const char *filename)
{