Re: [linux-yocto][linux-yocto v5.10/standard/sdkv5.4/xlnx-soc] usb: dwc3: debugfs: delete redandunt dwc3_debugfs_create_endpoint_dirs

2021-06-30 Thread Bruce Ashfield
merged.

Bruce

In message: [linux-yocto][linux-yocto v5.10/standard/sdkv5.4/xlnx-soc] usb: 
dwc3: debugfs: delete redandunt dwc3_debugfs_create_endpoint_dirs
on 28/06/2021 quanyang.w...@windriver.com wrote:

> From: Quanyang Wang 
> 
> Since mainline commit 8d396bb0a5b6 ("usb: dwc3: debugfs: Add and remove
> endpoint dirs dynamically") drops dwc3_debugfs_create_endpoint_dirs(),
> let's delete it in dwc3_debugfs_init either.
> 
> Signed-off-by: Quanyang Wang 
> ---
>  drivers/usb/dwc3/debugfs.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c
> index e9f9494368862..5d1b4fa1e98b8 100644
> --- a/drivers/usb/dwc3/debugfs.c
> +++ b/drivers/usb/dwc3/debugfs.c
> @@ -983,8 +983,6 @@ void dwc3_debugfs_init(struct dwc3 *dwc)
>   _link_state_fops);
>   debugfs_create_file("hiber_enable", S_IRUGO | S_IWUSR, root,
>   dwc, _hiber_enable_fops);
> -
> - dwc3_debugfs_create_endpoint_dirs(dwc, root);
>   }
>  }
>  
> -- 
> 2.25.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10017): 
https://lists.yoctoproject.org/g/linux-yocto/message/10017
Mute This Topic: https://lists.yoctoproject.org/mt/83838758/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[linux-yocto][linux-yocto v5.10/standard/sdkv5.4/xlnx-soc] usb: dwc3: debugfs: delete redandunt dwc3_debugfs_create_endpoint_dirs

2021-06-27 Thread quanyang.wang
From: Quanyang Wang 

Since mainline commit 8d396bb0a5b6 ("usb: dwc3: debugfs: Add and remove
endpoint dirs dynamically") drops dwc3_debugfs_create_endpoint_dirs(),
let's delete it in dwc3_debugfs_init either.

Signed-off-by: Quanyang Wang 
---
 drivers/usb/dwc3/debugfs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c
index e9f9494368862..5d1b4fa1e98b8 100644
--- a/drivers/usb/dwc3/debugfs.c
+++ b/drivers/usb/dwc3/debugfs.c
@@ -983,8 +983,6 @@ void dwc3_debugfs_init(struct dwc3 *dwc)
_link_state_fops);
debugfs_create_file("hiber_enable", S_IRUGO | S_IWUSR, root,
dwc, _hiber_enable_fops);
-
-   dwc3_debugfs_create_endpoint_dirs(dwc, root);
}
 }
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10008): 
https://lists.yoctoproject.org/g/linux-yocto/message/10008
Mute This Topic: https://lists.yoctoproject.org/mt/83838758/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-