Hi Jingoo, Thank you for the patch. On Tuesday 29 April 2014 17:40:59 Jingoo Han wrote: > The site-specific OOM messages are unnecessary, because they > duplicate the MM subsystem generic OOM message. > > Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > drivers/gpio/gpio-rcar.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c > index bfcfeee..0c9f803 100644 > --- a/drivers/gpio/gpio-rcar.c > +++ b/drivers/gpio/gpio-rcar.c > @@ -363,7 +363,6 @@ static int gpio_rcar_probe(struct platform_device *pdev) > > p = devm_kzalloc(dev, sizeof(*p), GFP_KERNEL); > if (!p) { > - dev_err(dev, "failed to allocate driver data\n"); > ret = -ENOMEM; > goto err0; > } -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html