From 64f488fb1c536e95414296112cb76cbb72089754 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 23 Jul 2014 13:31:00 +0200 Subject: [PATCH] Staging: bcm: nvm.c: Don't pass the index The variable 'i' does not need to be passed, as we set it to 0 (zero) anyways when starting the iteration here. Suggested-by: Dan Carpenter Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed