From: Linus Walleij Date: Wed, 11 Mar 2015 11:21:17 +0000 (+0100) Subject: gpio: fix constconst in devres X-Git-Tag: omap-for-v4.2/o2_dc~94^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6202855d14752a3822db48c7e9ed534de672af1;p=pandora-kernel.git gpio: fix constconst in devres Commit 1feb57a245a4910b03202a814ffc51a900bd4aca "gpio: add parameter to allow the use named gpios" includes a double-consted array. What we want is not const const * but const * const (const pointer to const data). Fix this. Reported-by: Dan Carpenter Cc: Olliver Schinagl Cc: Rojhalat Ibrahim Signed-off-by: Linus Walleij --- Reading git-diff-tree failed