]> git.baikalelectronics.ru Git - kernel.git/commit
staging: unisys: refactor bus_destroy()
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:21 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:51 +0000 (21:53 +0100)
commitcf475153e9be4af23f410d9c255b6d93fc2d9461
tree8fcdb46cee6ca055b8bdb95ad96058bcabf9fdc4
parent0f1275f369a56d9789bd33a75593150d147018f6
staging: unisys: refactor bus_destroy()

Fix CamelCase names:

busNo => bus_no
pBusInfo => bus_info

Update all references to use the corrected names, and remove the goto
statements and labels entirely.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c