mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
gpio: omap: Remove set but not used variable 'dev'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpio/gpio-omap.c: In function 'gpio_omap_cpu_notifier': drivers/gpio/gpio-omap.c:1327:17: warning: variable 'dev' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
c4791bc6e3
commit
850d434ea3
@ -1306,11 +1306,9 @@ static int gpio_omap_cpu_notifier(struct notifier_block *nb,
|
||||
unsigned long cmd, void *v)
|
||||
{
|
||||
struct gpio_bank *bank;
|
||||
struct device *dev;
|
||||
unsigned long flags;
|
||||
|
||||
bank = container_of(nb, struct gpio_bank, nb);
|
||||
dev = bank->chip.parent;
|
||||
|
||||
raw_spin_lock_irqsave(&bank->lock, flags);
|
||||
switch (cmd) {
|
||||
|
Loading…
Reference in New Issue
Block a user