Staging: comedi: addi-data: Cleanup redundant tests on unsigned
[linux-2.6-block.git] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci3xxx.c
index 338727879827611a05ecc81ef97cbab79090af7d..1d1e5fc2ea9a44feb3666597211f9939c77bdd78 100644 (file)
@@ -148,7 +148,7 @@ int i_APCI3XXX_AnalogInputConfigOperatingMode(struct comedi_device *dev,
                        /* Test the convert time value */
              /*******************************/
 
-                       if ((dw_ReloadValue >= 0) && (dw_ReloadValue <= 65535)) {
+                       if (dw_ReloadValue <= 65535) {
                                dw_TestReloadValue = dw_ReloadValue;
 
                                if (b_TimeBase == 1) {