On Tue, Nov 13, 2012 at 1:20 PM, Axel Lin <[email protected]> wrote:
> Currently get_gpio_pingroup() may return NULL or ERR_PTR(-EINVAL) when > no gpio_pingroup found. The caller in gpio_request_endisable() only > checks if the return value is NULL. Return ERR_PTR(-EINVAL) for > get_gpio_pingroup() causes problem and seems not necessary. > > Signed-off-by: Axel Lin <[email protected]> Applied with Viresh's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

