staging: et131x: Refactor et131x_isr() to remove indenting
authorMark Einon <mark.einon@gmail.com>
Fri, 16 Nov 2012 10:47:37 +0000 (10:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 21:57:27 +0000 (13:57 -0800)
commit15ffde4d36c30d81cd04a154960608486a1464f4
tree9ddb46856bf87154cd0a58b71aa8ee4b2fe9f7c8
parent0b5e4092241eb4015a91e01d9aca32c214ea8b50
staging: et131x: Refactor et131x_isr() to remove indenting

By negating a 'status' variable check in et131x_isr(), we can remove
the indenting of a large block of code, increasing the readability.

This patch does exactly that.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c