Signed-off-by: Matt Turner <mattst88@xxxxxxxxx> --- arch/alpha/kernel/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c index f19aa577354b..0964f373c4ba 100644 --- a/arch/alpha/kernel/setup.c +++ b/arch/alpha/kernel/setup.c @@ -1412,6 +1412,7 @@ c_start(struct seq_file *f, loff_t *pos) static void * c_next(struct seq_file *f, void *v, loff_t *pos) { + (*pos)++; return NULL; } -- 2.26.2