staging: unisys: refactor my_device_changestate()
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:24 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:52 +0000 (21:53 +0100)
commit0278a9055ac94ff368e8cdf3de3de25967c7f66b
tree0059e882a9d4b0f065f8b6c0e57d026637a9b85a
parentc60c8e26983fd44ffea4d1aedf9f889dcbfa80b8
staging: unisys: refactor my_device_changestate()

Fix the CamelCase names:

busNo => bus_no
devNo => dev_no
pDevInfo => dev_info

Update all references to use the new names, and remove the goto and
label 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