commit | bcb83a19d3ac95fe3c0e79e942fb628120738853 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Sun May 17 17:41:01 2015 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon May 18 11:02:49 2015 -0700 |
tree | 7d388e3665542ad9312cc50e347a3d322e236ee0 | |
parent | 802041247a0abbeaf1dddb8a8d56f491762ae357 [diff] |
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 <hauke@hauke-m.de> Signed-off-by: Brian Norris <computersforpeace@gmail.com>