linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* usb: mtu3: Checking initialisation of the variable “mep” in two functions
@ 2020-06-27 12:28 Markus Elfring
  2020-06-29  1:48 ` Chunfeng Yun
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Elfring @ 2020-06-27 12:28 UTC (permalink / raw)
  To: linux-mediatek, linux-usb, linux-arm-kernel, Chunfeng Yun,
	Greg Kroah-Hartman, Matthias Brugger
  Cc: Colin Ian King, kernel-janitors, LKML

Hello,

A source code analysis approach by the means of the semantic patch language
(Coccinelle software) pointed an implementation detail out for further
development considerations.

The functions “mtu3_gadget_ep_set_halt” and “mtu3_gadget_ep_set_wedge” check
at the beginning if the input parameter “ep” is a null pointer.
The error code “-EINVAL” will be returned then.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/usb/mtu3/mtu3_gadget.c?id=1590a2e1c681b0991bd42c992cabfd380e0338f2#n371
https://elixir.bootlin.com/linux/v5.7.2/source/drivers/usb/mtu3/mtu3_gadget.c#L371

Can it be nicer to assign the variable “mep” only after a successful check
instead of an initialisation before?

Regards,
Markus

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2020-06-29  1:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-27 12:28 usb: mtu3: Checking initialisation of the variable “mep” in two functions Markus Elfring
2020-06-29  1:48 ` Chunfeng Yun

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).