Staging: comedi: addi-data: Cleanup redundant tests on unsigned
[linux-2.6-block.git] / drivers / staging / comedi / drivers / addi-data / APCI1710_Chrono.c
index ccb109a851f2d67f2b8462bebef2fb34b883164b..0af12fd2a40a79564108914c5a346a25f8cdff30 100644 (file)
@@ -1386,8 +1386,7 @@ int i_APCI1710_ReadChronoValue(struct comedi_device *dev,
                                /* Test the timout parameter */
                 /*****************************/
 
-                               if ((ui_TimeOut >= 0)
-                                       && (ui_TimeOut <= 65535UL)) {
+                               if (ui_TimeOut <= 65535UL) {
 
                                        for (;;) {
                          /*******************/