linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: most: usb: fix code review findings
@ 2020-05-27  9:06 Christian Gromm
  2020-05-27  9:06 ` [PATCH 01/10] staging: most: usb: change order of function parameters Christian Gromm
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Christian Gromm @ 2020-05-27  9:06 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel, linux-usb, Christian Gromm

This series fixes the comments received from the mailing list.

Christian Gromm (10):
  staging: most: usb: change order of function parameters
  staging: most: usb: don't use expressions that might fail in a
    declaration
  staging: most: usb: change return value of function drci_rd_reg
  staging: most: usb: return 0 instead of variable
  staging: most: usb: move allocation of URB out of critical section
  staging: most: usb: don't use error path to exit function on success
  staging: most: usb: replace code to calculate array index
  staging: most: usb: use correct error codes
  staging: most: usb: add missing put_device calls
  staging: most: usb: use function sysfs_streq

 drivers/staging/most/usb/usb.c | 83 ++++++++++++++++++++++++------------------
 1 file changed, 47 insertions(+), 36 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-05-27  9:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  9:06 [PATCH 00/10] staging: most: usb: fix code review findings Christian Gromm
2020-05-27  9:06 ` [PATCH 01/10] staging: most: usb: change order of function parameters Christian Gromm
2020-05-27  9:06 ` [PATCH 02/10] staging: most: usb: don't use expressions that might fail in a declaration Christian Gromm
2020-05-27  9:06 ` [PATCH 03/10] staging: most: usb: change return value of function drci_rd_reg Christian Gromm
2020-05-27  9:06 ` [PATCH 04/10] staging: most: usb: return 0 instead of variable Christian Gromm
2020-05-27  9:06 ` [PATCH 05/10] staging: most: usb: move allocation of URB out of critical section Christian Gromm
2020-05-27  9:06 ` [PATCH 06/10] staging: most: usb: don't use error path to exit function on success Christian Gromm
2020-05-27  9:06 ` [PATCH 07/10] staging: most: usb: replace code to calculate array index Christian Gromm
2020-05-27  9:06 ` [PATCH 08/10] staging: most: usb: use correct error codes Christian Gromm
2020-05-27  9:06 ` [PATCH 09/10] staging: most: usb: add missing put_device calls Christian Gromm
2020-05-27  9:06 ` [PATCH 10/10] staging: most: usb: use function sysfs_streq Christian Gromm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).