[PATCH v5 1/2] drm/bridge: Add sii902x driver

Lucas Stach l.stach at pengutronix.de
Fri Jun 3 13:20:08 UTC 2016


Am Freitag, den 03.06.2016, 10:38 +0100 schrieb Emil Velikov:
> Hi Boris.
[...]
> 
> > +
> > +       if (client->irq > 0) {
> I was always confused which is the correct way to check this >= 0 vs >
> 0. DRM has both :-\
> Do you have any suggestions, should be 'mass convert' DRM to use only
> one of the two ?
> 
IRQ 0 is "no assigned irq", so invalid. Checking for > 0 is the right
thing to do.

Regards,
LUcas



More information about the dri-devel mailing list