commit | 5363de75307e333d89df7531f9dd8310d973ecdb | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Mon Jan 25 20:30:30 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 13:26:30 2016 -0800 |
tree | 5c90ec1dbcf6d1626984ec6306db7d73ee8dd3ab | |
parent | d78540419866887345cec480016b0f87f6a5aca2 [diff] |
usb: core: switch bus numbering to using idr USB bus numbering is based on directly dealing with bitmaps and defines a separate list of busses. This can be simplified and unified by using existing idr functionality. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>