commit | 51f60a89b75e5b71c747e15b8247abae798244ec | [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 | 89aea23abb971fa89b7a96c02024b63d0b918a78 [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>