]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: x-gene: Remove a useless memset
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Fri, 1 May 2015 12:29:06 +0000 (14:29 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2015 07:43:17 +0000 (09:43 +0200)
commitdccd69bf5f02d36205dc560c50d3bcca0e7cb876
tree6ab448cfe8e7850256a1f593dd72383f96579846
parent5988d0d6121d26bd3911043272532dc65e82eabf
gpio: x-gene: Remove a useless memset

priv->irq is allocated using devm_kzalloc so there is no need to memset it.

Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-xgene-sb.c