commit | de19ca6fd72c7dd45ad82403e7b3fe9c74ef6767 | [log] [tgz] |
---|---|---|
author | Michael Grzeschik <m.grzeschik@pengutronix.de> | Fri May 25 16:23:46 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 31 12:43:14 2018 +0200 |
tree | 254c3463c6bf29e78a43b6eae5f516c0d0c701fc | |
parent | dbafc28955fa6779dc23d1607a0fee5e509a278b [diff] |
usbip: dynamically allocate idev by nports found in sysfs As the amount of available ports varies by the kernels build configuration. To remove the limitation of the fixed 128 ports we allocate the amount of idevs by using the number we get from the kernel. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>