Re: [PATCH 7/7] regulator: ti-abb: Use devm_regulator_register

From: Sachin Kamat
Date: Wed Sep 04 2013 - 12:26:55 EST


Hi Nishanth,

On 4 September 2013 18:57, Nishanth Menon <nm@xxxxxx> wrote:
> On 09/04/2013 01:31 AM, Sachin Kamat wrote:
>> -err:
>> - dev_err(dev, "%s: Failed to initialize(%d)\n", __func__, ret);
>> - return ret;
> here -> with this, the lazy non detailed prints end with a generic
> fail case.

Generally when a driver is converted to use devm_* APIs, the error
handling code gets
refactored and simplified as several unwinding calls get removed. The
above print was similarly removed as part
of the cleanup and refactoring as it did not add any extra value.
Probe failure is reported even without this error
message.

--
With warm regards,
Sachin
--
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/