]> git.karo-electronics.de Git - linux-beck.git/commit
Staging: unisys: Cleanup macros to get rid of goto statements
authorKen Cox <jkc@redhat.com>
Wed, 19 Mar 2014 18:06:19 +0000 (13:06 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 20:55:40 +0000 (13:55 -0700)
commit9f8d0e8bac8c74706b698dedd8ce307395091508
treea1f682ab2f165e094ab065fc840ade3bb067ad38
parent316d363d680131eb8aef89d1a3b5744f71a504f6
Staging: unisys: Cleanup macros to get rid of goto statements

Remove the following macros:
TRY
CHKFD
CHKDD
CHKFDX
CHKDDX
ADDPROCLINE
TRY_WPOSTCODE_1
TRY_WPOSTCODE_2
FAIL_WPOSTCODE_2
FAIL_WPOSTCODE_3

Part of a series to get rid of goto statements embedded in macros.  I'm
breaking this up into a series of smaller patches for easier review.  The later
patches in the series will actually remove the goto statements.

Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/timskmod.h
drivers/staging/unisys/visorchipset/visorchipset_main.c