Re: [PATCH] gpio: mcp23s08: fix casting caused build warning

2014-01-20 Thread Linus Walleij
On Sat, Jan 18, 2014 at 5:53 AM, SeongJae Park wrote: > Signed-off-by: SeongJae Park Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.o

[PATCH] gpio: mcp23s08: fix casting caused build warning

2014-01-17 Thread SeongJae Park
Signed-off-by: SeongJae Park --- drivers/gpio/gpio-mcp23s08.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index b16401e..97198ef 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b/drivers/gpio/gpio-mcp23s08.c @@ -640