diff options
| author | Li Qiong <[email protected]> | 2025-03-14 10:16:38 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2025-04-11 14:08:33 +0000 |
| commit | b9e4b954542449f36e12263732fcea1740596166 (patch) | |
| tree | 9d33461e053be72b4e96e57917845025a372ceb1 /drivers/usb/cdns3/cdns3-plat.c | |
| parent | usb: gadget: f_hid: wake up readers on disable/unbind (diff) | |
| download | kernel-b9e4b954542449f36e12263732fcea1740596166.tar.gz kernel-b9e4b954542449f36e12263732fcea1740596166.zip | |
usb: cdns3: Remove the invalid comment
The function don't return value, remove the invalid comment.
Signed-off-by: Li Qiong <[email protected]>
Acked-by: Peter Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-plat.c')
| -rw-r--r-- | drivers/usb/cdns3/cdns3-plat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/cdns3/cdns3-plat.c b/drivers/usb/cdns3/cdns3-plat.c index 59ec505e198a..735df88774e4 100644 --- a/drivers/usb/cdns3/cdns3-plat.c +++ b/drivers/usb/cdns3/cdns3-plat.c @@ -179,8 +179,6 @@ err_phy3_init: /** * cdns3_plat_remove() - unbind drd driver and clean up * @pdev: Pointer to Linux platform device - * - * Returns 0 on success otherwise negative errno */ static void cdns3_plat_remove(struct platform_device *pdev) { |
