Home
last modified time | relevance | path

Searched hist:"8 a1ef171ffc3de16d4f34e03a2b8c296771f7015" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_debug.hdiff 8a1ef171ffc3de16d4f34e03a2b8c296771f7015 Tue May 29 10:30:48 CDT 2018 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: musb: clean up debugfs file and directory creation

When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.

Because of this, lots of init functions do not need to have return
values, so this cleans up a lot of unused error handling code that never
could have triggered in the past.

Cc: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
H A Dmusb_debugfs.cdiff 8a1ef171ffc3de16d4f34e03a2b8c296771f7015 Tue May 29 10:30:48 CDT 2018 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: musb: clean up debugfs file and directory creation

When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.

Because of this, lots of init functions do not need to have return
values, so this cleans up a lot of unused error handling code that never
could have triggered in the past.

Cc: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
H A Dmusb_dsps.cdiff 8a1ef171ffc3de16d4f34e03a2b8c296771f7015 Tue May 29 10:30:48 CDT 2018 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: musb: clean up debugfs file and directory creation

When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.

Because of this, lots of init functions do not need to have return
values, so this cleans up a lot of unused error handling code that never
could have triggered in the past.

Cc: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
H A Dmusb_core.cdiff 8a1ef171ffc3de16d4f34e03a2b8c296771f7015 Tue May 29 10:30:48 CDT 2018 Greg Kroah-Hartman <gregkh@linuxfoundation.org> USB: musb: clean up debugfs file and directory creation

When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.

Because of this, lots of init functions do not need to have return
values, so this cleans up a lot of unused error handling code that never
could have triggered in the past.

Cc: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>