Jia-Ju Bai 6dff5add08 net: usb: pegasus: Replace mdelay() with msleep() in setup_pegasus_II()
setup_pegasus_II() is never called in atomic context.
It calls mdelay() to busily wait, which is not necessary.
mdelay() can be replaced with msleep().

This is found by a static analysis tool named DCNS written by myself.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-27 13:45:15 -07:00
..
2017-04-03 19:09:40 -07:00
2017-04-03 19:09:40 -07:00
2018-03-07 15:39:27 -05:00
2018-04-29 21:41:01 -04:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00
2017-04-25 10:08:16 -04:00
2018-06-12 16:19:22 -07:00
2017-04-03 19:09:40 -07:00
2017-06-16 11:48:40 -04:00