Staging: comedi: addi-data: cleanup brace usage in hwdrv_apci1564.c
authorChase Southwood <chase.southwood@yahoo.com>
Wed, 19 Feb 2014 07:37:42 +0000 (01:37 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2014 20:38:09 +0000 (12:38 -0800)
commit988bcffd2632c29d1b1bacf686989b1191dd137d
tree80747a8ce116af54a8344a857904e41c0dcfeddb
parent11975225a2b9bcba51e413a99b399f620573730d
Staging: comedi: addi-data: cleanup brace usage in hwdrv_apci1564.c

hwdrv_apci1564.c had many single statments wrapped in braces, so we can
delete these.  Also, some else statements were improperly placed, fix
these too.

Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c