[PATCH] add missing intialisation of bgc->dir

From: Lothar WaÃmann
Date: Fri Jul 01 2011 - 08:10:18 EST


---
drivers/gpio/basic_mmio_gpio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpio/basic_mmio_gpio.c b/drivers/gpio/basic_mmio_gpio.c
index 8152e9f..e69a453 100644
--- a/drivers/gpio/basic_mmio_gpio.c
+++ b/drivers/gpio/basic_mmio_gpio.c
@@ -399,6 +399,7 @@ int __devinit bgpio_init(struct bgpio_chip *bgc,
return ret;

bgc->data = bgc->read_reg(bgc->reg_dat);
+ bgc->dir = bgc->read_reg(bgc->reg_dir);

return ret;
}
--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/