From: Don Zickus Date: Wed, 13 May 2015 17:22:24 +0000 (-0400) Subject: staging: unisys: Convert bus functions to pass bus_info pointer around X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~593 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3032aeddd85e6499cd118246ceb44b03dd393356;p=pandora-kernel.git staging: unisys: Convert bus functions to pass bus_info pointer around Most bus functions pass bus_no around and then do a lookup inside each function to find the bus_info struct. Instead just pass the pointer. This prepares us for a later conversion to using visor_device. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed