commit | 93431a82700e60011d0d8f683e15562cf6e49bf7 | [log] [tgz] |
---|---|---|
author | Ismael Luceno Cortes <ismael.luceno@silicon-gears.com> | Mon Apr 01 16:09:13 2019 +0000 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 09 13:11:45 2019 +0200 |
tree | 0dac3be4a666790ea62dab4312ee567cd8035702 | |
parent | f58affe6b759f5a317a8bc5c457c639ee39f9cf5 [diff] |
usb: Make portspeed return a read-only string Current code is plain wrong, and there's no need to have a mutable string, so fix function type and remove the intermediate variable. Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>