<div dir="ltr">On Sun, Jan 04, 2015 at 04:50:58PM -0800, Greg KH wrote:<br>&gt; On Sun, Jan 04, 2015 at 06:43:22PM -0500, John de la Garza wrote:<br>&gt; &gt; I assume it is a bad idea to depend on true being 1, right?  I mean, I<br>&gt; &gt; should assume that true could be changed to any non 0 value in the future,<br>&gt; &gt; right?<br>&gt; <br>&gt; Why would that matter?  Just always test for &quot;true&quot; and &quot;false&quot; and you<br>&gt; will be fine.<br>&gt; <br><br>What if you need to store the value in a bitmap that needs<br>to be 1 or 0 so they can be shifted/anded in?<br><br></div>