linux_old1/drivers/mtd/nand/brcmnand
Hauke Mehrtens bcb83a19d3 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>
2015-05-18 11:02:49 -07:00
..
Makefile mtd: brcmnand: add BCM63138 support 2015-05-15 13:20:00 -07:00
bcm63138_nand.c mtd: brcmnand: add BCM63138 support 2015-05-15 13:20:00 -07:00
brcmnand.c mtd: brcmnand: do not make local variable static 2015-05-18 11:02:49 -07:00
brcmnand.h mtd: brcmnand: add extra SoC support to library 2015-05-15 13:19:59 -07:00
brcmstb_nand.c mtd: brcmnand: add support for STB chips 2015-05-15 13:16:44 -07:00
iproc_nand.c mtd: brcmnand: add support for Broadcom's IPROC family 2015-05-15 13:20:00 -07:00