From: Samuel Iglesias Gonsalvez Date: Fri, 25 May 2012 08:03:01 +0000 (+0200) Subject: Staging: ipack: use idr interface for numbering buses X-Git-Tag: v3.6-rc1~100^2~906 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b86bb2e11d854d258c5e05d709865ca3d3c8951;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed