Re: [PATCH v2 2/2] scsi: usb: uas: Implement the new shutdown callback
From: Aditya Garg
Date: Sat Jul 06 2024 - 06:20:42 EST
> On 6 Jul 2024, at 3:39 PM, gregkh@xxxxxxxxxxxxxxxxxxx wrote:
>
> On Sat, Jul 06, 2024 at 10:01:38AM +0000, Aditya Garg wrote:
>> From: Kerem Karabay <kekrby@xxxxxxxxx>
>>
>> This patch implements the new shutdown callback method added to
>> usb_driver on the UAS driver.
>
> Again, says what it does, but not why.
>
A standard implementation of shutdown callback has been implemented
for USB drivers. Since the UAS driver implements a shutdown callback
this patch enables it to use the new standard implementation.
Now looks fine?
Is the body of the first patch fine?