commit | a48221a26e4914b7e2d8a1749b6115212bac8bee | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Tue Oct 16 15:24:01 2012 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Oct 16 19:34:43 2012 +0200 |
tree | ad43f0f9e02992f4ad4481496ea9ee331a9cafc2 | |
parent | d79550a7bc35c16476ebdc27c78378d8093390ec [diff] |
gpio-74x164: Fix buffer allocation size The new registers handling in the gpio-74x164 driver allocates chip->registers * 8 bytes where only one byte per register is necessary. This patch fixes this. Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>