Re: [Patch V3] drivers: power: Add support for bq24735 charger

From: Manish Badarkhe
Date: Tue Sep 24 2013 - 23:30:00 EST


Hi,

> + if (gpio_is_valid(charger->pdata->status_gpio)) {
> + ret = devm_gpio_request(&client->dev,
> + charger->pdata->status_gpio,
> + name);
> + if (ret)
> + dev_err(&client->dev, "Failed GPIO request: %d\n", ret);

This should include GPIO number also to show error with more verbosity.

Regards
Manish Badarkhe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/