staging: comedi: hwdrv_apci3120: else is not useful after return
authorChase Southwood <chase.southwood@gmail.com>
Wed, 10 Sep 2014 06:04:28 +0000 (01:04 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Sep 2014 21:36:06 +0000 (14:36 -0700)
commitbfc81c4a223ec2ecdc3ca955b4c060c64e5fb71f
tree8f6e742ade72f2b3ef941cd5c74cf2b4bf249b9d
parent8aeec82ffdbf248e57caa52f1702dd09a45711ed
staging: comedi: hwdrv_apci3120: else is not useful after return

The statement nested in an else after a return may be brought out one
indent level, the else is useless.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Cc: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c
This page took 0.037268 seconds and 5 git commands to generate.