git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecbd5d
)
staging: unisys: Convert bus functions to pass bus_info pointer around
author
Don Zickus
<dzickus@redhat.com>
Wed, 13 May 2015 17:22:24 +0000
(13:22 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:56 +0000
(13:28 -0700)
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 <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found