Merge branch 'master' of git://git.denx.de/u-boot-ubi

This commit is contained in:
Wolfgang Denk 2009-05-20 22:42:04 +02:00
commit 5af210c2ed

View file

@ -327,7 +327,7 @@ static int ubi_volume_read(char *volume, char *buf, size_t size)
} }
if (i == ubi->vtbl_slots) { if (i == ubi->vtbl_slots) {
printf("%s volume not found\n", volume); printf("%s volume not found\n", volume);
return 0; return -ENODEV;
} }
printf("read %i bytes from volume %d to %x(buf address)\n", printf("read %i bytes from volume %d to %x(buf address)\n",