mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-ubi
This commit is contained in:
commit
5af210c2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ static int ubi_volume_read(char *volume, char *buf, size_t size)
|
|||
}
|
||||
if (i == ubi->vtbl_slots) {
|
||||
printf("%s volume not found\n", volume);
|
||||
return 0;
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
printf("read %i bytes from volume %d to %x(buf address)\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue