]> asedeno.scripts.mit.edu Git - linux.git/commit
gpio: pl061: rename variable from chip to pl061
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Nov 2016 09:48:40 +0000 (10:48 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Dec 2016 14:22:49 +0000 (15:22 +0100)
commit2796325ffadda1ef149c0f51d29d2c7d4d72d556
treea5fb0efd0968468e36ec4a9a894fc72ac73f997a
parent538f76c566eb37f41d4406ed4c6e7ea387b7032f
gpio: pl061: rename variable from chip to pl061

Rename the local variable "chip" referring to the struct pl061
state container to "pl061": we already have gpio_chip and irq_chip
in the driver, we are needlessly adding yet another "chip" to
the confusion.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pl061.c