From: Hauke Mehrtens Date: Sun, 17 May 2015 15:41:01 +0000 (+0200) Subject: mtd: brcmnand: do not make local variable static X-Git-Tag: omap-for-v4.3/legacy-v2-signed~172^2~26 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb83a19d3ac95fe3c0e79e942fb628120738853;p=pandora-kernel.git mtd: brcmnand: do not make local variable static Remove static in front of ctrl. This variable should not be shared between different instances of brcmnand_probe(), it should be local to this function and stored on the stack. Signed-off-by: Hauke Mehrtens Signed-off-by: Brian Norris --- Reading git-diff-tree failed