Re: [PATCH v4 02/28] media: iris: add platform driver for iris video device

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

 




On 10/16/2024 3:08 PM, Uwe Kleine-König wrote:
> Hello,
> 
> On Mon, Oct 14, 2024 at 02:37:23PM +0530, Dikshita Agarwal wrote:
>> +static struct platform_driver qcom_iris_driver = {
>> +	.probe = iris_probe,
>> +	.remove_new = iris_remove,
>> +	.driver = {
>> +		.name = "qcom-iris",
>> +		.of_match_table = iris_dt_match,
>> +	},
>> +};
> 
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers. Please just drop "_new".
> 
Noted, Thanks!

Regards,
Dikshita
> Best regards
> Uwe




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux