diff options
Diffstat (limited to 'drivers/mtd/ubi/scan.c')
-rw-r--r-- | drivers/mtd/ubi/scan.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c index 197cd650356b..b24af2104a2a 100644 --- a/drivers/mtd/ubi/scan.c +++ b/drivers/mtd/ubi/scan.c | |||
@@ -407,8 +407,12 @@ out_free_vidh: | |||
407 | * @vid_hdr: the volume identifier header | 407 | * @vid_hdr: the volume identifier header |
408 | * @bitflips: if bit-flips were detected when this physical eraseblock was read | 408 | * @bitflips: if bit-flips were detected when this physical eraseblock was read |
409 | * | 409 | * |
410 | * This function returns zero in case of success and a negative error code in | 410 | * This function adds information about a used physical eraseblock to the |
411 | * case of failure. | 411 | * 'used' tree of the corresponding volume. The function is rather complex |
412 | * because it has to handle cases when this is not the first physical | ||
413 | * eraseblock belonging to the same logical eraseblock, and the newer one has | ||
414 | * to be picked, while the older one has to be dropped. This function returns | ||
415 | * zero in case of success and a negative error code in case of failure. | ||
412 | */ | 416 | */ |
413 | int ubi_scan_add_used(const struct ubi_device *ubi, struct ubi_scan_info *si, | 417 | int ubi_scan_add_used(const struct ubi_device *ubi, struct ubi_scan_info *si, |
414 | int pnum, int ec, const struct ubi_vid_hdr *vid_hdr, | 418 | int pnum, int ec, const struct ubi_vid_hdr *vid_hdr, |