staging: et131x: Use braces on all arms of if/else statements
authorMark Einon <mark.einon@gmail.com>
Sun, 14 Sep 2014 15:59:07 +0000 (16:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 23:05:19 +0000 (16:05 -0700)
commitee60c8ec323167a02de357e9d9b44af850052ee3
treec0e1d1ba010678810df43ddf1934dbbc55694ce2
parentc13756784a6a16fb5d25585a4058dd6d284fd033
staging: et131x: Use braces on all arms of if/else statements

In some places in et131x.c, one arm of am if/else statement has braces
and the other not - put braces on both arms where this happens.

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