]> git.baikalelectronics.ru Git - kernel.git/commit
gpio/mxc: remove redundant shadow variables initialization
authorShawn Guo <shawn.guo@linaro.org>
Sun, 5 Aug 2012 06:01:25 +0000 (14:01 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Aug 2012 06:43:26 +0000 (08:43 +0200)
commit4d73427d0343916c570bd149e7f53b559d4c73ec
treef3cd7ca0f4ab449bfb479a85eabdc771080448dd
parentda1970780b453e0d0f57b7370abc6e5b10cf6c62
gpio/mxc: remove redundant shadow variables initialization

With commit 52bdf7b (gpio/generic: initialize basic_mmio_gpio shadow
variables properly) in place, the shadow variables initialization is
being done in generic driver bgpio_init call.

Remove the redundant shadow variables initialization from gpio-mxc
driver.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mxc.c