Re: [PATCH] trivial treewide: Convert dev_set_uevent_suppress argument to bool

From: Bart Van Assche
Date: Thu Sep 01 2016 - 20:47:42 EST


On 09/01/16 13:11, Joe Perches wrote:
> Assigning an int to a bitfield:1 can lose precision.
> Change the caller argument uses from 1/0 to true/false.

Hello Joe,

Can you clarify how assigning 0 or 1 to a one-bit bitfield can cause a
loss of precision?

Thanks,

Bart.