commit | 3b86bb2e11d854d258c5e05d709865ca3d3c8951 | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | Fri May 25 10:03:01 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 07 14:20:29 2012 +0900 |
tree | 645af677cbfb9fe4247a90b445712b8942f6c39e | |
parent | 65260291c13d148a7b7f86f3a99af14c43599fa9 [diff] |
Staging: ipack: use idr interface for numbering buses Use idr interface to give the bus number. That way, we remove the limitation of 64 buses. The mutex is removed because the ida interface uses spinlocks inside, so it is not needed an extra lock. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>