commit | 2796325ffadda1ef149c0f51d29d2c7d4d72d556 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 25 10:48:40 2016 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Dec 07 15:22:49 2016 +0100 |
tree | a5fb0efd0968468e36ec4a9a894fc72ac73f997a | |
parent | 538f76c566eb37f41d4406ed4c6e7ea387b7032f [diff] |
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>