From: Michal Nazarewicz Date: Tue, 30 Aug 2011 15:11:19 +0000 (+0200) Subject: usb: Provide usb_speed_string() function X-Git-Tag: v3.2-rc1~183^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e538dfdae85244fd2c4231725d82cc1f1bc4942c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed