]> asedeno.scripts.mit.edu Git - linux.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)
commitdff54cd605670171f2f01d5bd5be61079c0119fb
tree8fcdb46cee6ca055b8bdb95ad96058bcabf9fdc4
parent6c5fed359fc7f2fd0b3c5469d43a1b07c283e1f9
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