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)
commita4effddb6d12dc60d95918411387d1a62a6a0c88
tree6ab448cfe8e7850256a1f593dd72383f96579846
parentf4f79d40623f5bc7cd7207c621256bc2000676d3
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