CVSROOT:        /cvs
Module name:    src
Changes by:     b...@cvs.openbsd.org    2013/07/01 00:29:11

Modified files:
        sys/dev/pci/drm: drm_irq.c 

Log message:
Within ns_to_timeval() change the rem field type from unsigned to signed.

Pointed out by LLVM.

drm_irq.c:154:10: error: comparison of unsigned expression < 0 is always false

kettenis@ says it should be signed and this is what the equivalent Linux code 
does.
ok jsg@

Reply via email to