On Wed, Oct 27, 2010 at 3:33 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
In C99 I suppose that is true and legal?
Obfuscated? What you mean? It is a driver, and people reading and
writing a driver would know what it means, no?
Would be much simpler if it was just (like done in ab3100.c):
return (ret & info->mask);
--