Em Thu, 07 Aug 2014 10:14:45 -0400
Devin Heitmueller <dheitmuel...@kernellabs.com> escreveu:

> > Well, au8522_rc_set is defined as:
> >
> >         #define au8522_rc_set(ir, reg, bit) au8522_rc_andor(ir, (reg), 
> > (bit), (bit))
> 
> Ah, ok.  It's just a really poorly named macro.  Nevermind then.

Yep. calling it au8522_rc_setbits would likely be better. I tried to
stick with the same name convention as this macro:

drivers/media/usb/au0828/au0828.h:#define au0828_set(dev, reg, bit) 
au0828_andor(dev, (reg), (bit), (bit))

Regards,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to