[PATCH v10] Regulator: Add Anatop regulator driver
Ying-Chun Liu (PaulLiu)
paul.liu at linaro.org
Fri Mar 9 03:00:25 EST 2012
(2012年03月08日 22:18), Jean-Christophe PLAGNIOL-VILLARD wrote:
>> +static int __devexit anatop_regulator_remove(struct platform_device *pdev)
>> +{
>> + struct regulator_dev *rdev = platform_get_drvdata(pdev);
>> + struct anatop_regulator *sreg = rdev_get_drvdata(rdev);
>> + kfree(sreg->name);
>> + regulator_unregister(rdev);
> return from the unregister
>> + return 0;
>> +}
> Best Regards,
> J.
Hi Jean-Christophe,
I've modify the patch based on your review. However, the last one cannot
be made because regulator_unregister is void return.
Yours Sincerely,
Paul
More information about the linux-arm-kernel
mailing list