Staging: comedi: ni_tiocmd: fixed a brace coding style issue

Removed unneeded braces with the help of checkpatch.pl tool.

Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
tssurya 2014-10-25 00:37:33 +05:30 committed by Greg Kroah-Hartman
parent 157b8e59fa
commit 0297ac39fa

View File

@ -371,9 +371,8 @@ static void ni_tio_acknowledge_and_confirm(struct ni_gpct *counter,
of gate interrupt via dma read/write
and report bogus gate errors */
if (counter->counter_dev->variant !=
ni_gpct_variant_660x) {
ni_gpct_variant_660x)
*gate_error = 1;
}
}
}
if (gxx_status & GI_TC_ERROR(cidx)) {