[PATCH] gpio: aspeed: fix compile testing warning
From: Linus Walleij <hidden>
Date: 2018-07-13 07:06:03
Also in:
linux-aspeed, linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2018-07-13 07:06:03
Also in:
linux-aspeed, linux-gpio, lkml
On Mon, Jul 9, 2018 at 4:56 PM Arnd Bergmann [off-list ref] wrote:
Gcc cannot always see that BUG_ON(1) is guaranteed to not
return, so we get a warning message in some configurations:
drivers/gpio/gpio-aspeed.c: In function 'bank_reg':
drivers/gpio/gpio-aspeed.c:244:1: error: control reaches end of non-void function [-Werror=return-type]
Using a plain BUG() is easier here and avoids the problem.
Fixes: 44ddf559d579 ("gpio: aspeed: Rework register type accessors")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>Patch applied with Benjamin's ACK. Yours, Linus Walleij