Files
linux-st/include/linux
Michal Nazarewicz e538dfdae8 usb: Provide usb_speed_string() function
In a few places in the kernel, the code prints
a human-readable USB device speed (eg. "high speed").
This involves a switch statement sometimes wrapped
around in ({ ... }) block leading to code repetition.

To mitigate this issue, this commit introduces
usb_speed_string() function, which returns
a human-readable name of provided speed.

It also changes a few places switch was used to use
this new function.  This changes a bit the way the
speed is printed in few instances at the same time
standardising it.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-09-18 01:29:04 -07:00
..
2011-08-03 11:30:42 -04:00
2011-08-11 10:36:05 +02:00
2011-08-25 16:25:33 -07:00
2011-08-03 19:06:37 -04:00
2011-08-08 16:08:08 +02:00
2011-08-09 11:27:16 -06:00
2011-08-03 14:25:22 -10:00
2011-08-23 10:10:38 -07:00
2011-08-23 10:10:38 -07:00