Aishwarya Pant 0c17151aaa drm/msm/mdp5: remove less than 0 comparison for unsigned value
pipe is an unsigned int and less than zero comparison for unsigned
values is always false.

Detected using the following cocci script:

@@
unsigned int i;
@@
* i < 0

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20171010184207.iv3dinrtwvbv7fei@aishwarya
2017-10-11 13:17:52 +02:00
..
2017-08-22 13:20:40 -04:00
2017-04-08 06:59:31 -04:00
2017-05-27 13:48:26 -04:00
2017-06-16 11:16:06 -04:00
2013-08-24 14:57:18 -04:00
2014-01-09 14:44:06 -05:00