Re: [PATCH 0/3] platform/x86: Drop empty platform remove functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Uwe,

On 1/12/23 23:01, Uwe Kleine-König wrote:
> Hello,
> 
> On Tue, Dec 13, 2022 at 05:23:56PM +0100, Uwe Kleine-König wrote:
>> this series removes all platform remove functions that only return zero
>> below drivers/platform/x86. There is no reason to have these, as the only
>> caller is platform core code doing:
>>
>>         if (drv->remove) {
>>                 int ret = drv->remove(dev);
>>
>>                 if (ret)
>>                         dev_warn(...)
>>         }
>>
>> (in platform_remove()) and so having no remove function is both
>> equivalent and simpler.
> 
> Gentle ping! I didn't get any feedback for this series yet after nearly
> a month.

This Monday I returned to work after 2 weeks of holiday :)

And before that I was dealing with the upcoming merge window.

I did do a whole bunch of patch review/merging this week, but those
were all fixes for 6.2-rc#.

I plan to do another round of patch merging coming Monday and these
patches look fine, so I expect to merge them coming Monday.

Regards,

Hans




[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux