]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3800b1dcbacae7314e57945ae6deadf4c6d10d56
tree0059e882a9d4b0f065f8b6c0e57d026637a9b85a
parent9434da94801831ee367dd636a64e6a4b1f510700
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