]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/comedi: Remove if(); statement without effect
authorPeter Huewe <peterhuewe@gmx.de>
Fri, 15 Feb 2013 12:14:26 +0000 (13:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 18:20:14 +0000 (10:20 -0800)
commita81875dd7a6e31e69ea1f6ed22209acb8f82bf36
tree4a2498f68274b6494658f1de49b6f03b37fbfbcd
parent8289ad0578ad7e66b2052754746b4deb1a88cc4a
staging/comedi: Remove if(); statement without effect

Smatch warns about:
staging/comedi/drivers/cb_pcidas64.c:3304 prep_ao_dma() warn: if();

So the check currently does nothing and can be removed, as indicated by
Ian.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidas64.c