Corrected the modified variable in  previous commit
---
 block/partitions/acorn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/partitions/acorn.c b/block/partitions/acorn.c
index 3bfe39d..358b05e 100644
--- a/block/partitions/acorn.c
+++ b/block/partitions/acorn.c
@@ -152,7 +152,7 @@ static int linux_partition(struct parsed_partitions *state,
                put_partition(state, slot++, first_sect +
                                 le32_to_cpu(linuxp->start_sect),
                                 le32_to_cpu(linuxp->nr_sects));
-               linux++;
+               linuxp++;
        }
        strlcat(state->pp_buf, " >", PAGE_SIZE);
 
-- 
2.7.4

Reply via email to