Re: [PATCH 2/2] regmap: irq: document mask/wake_invert, make thembool for consistency

From: Mark Brown
Date: Tue Jul 23 2013 - 15:39:14 EST


On Mon, Jul 22, 2013 at 05:15:53PM +0200, Philipp Zabel wrote:

> - unsigned int mask_invert;
> - unsigned int wake_invert;
> + bool mask_invert;
> + bool wake_invert;

Actually we should probably make these bitfields and convert the other
booleans to bitfields, sadly the C bool type is equivalent to an int not
a bitfield so is more wasteful.

You shouldn't have mixed this in with the documentation fix...

Attachment: signature.asc
Description: Digital signature