Alexey Dobriyan writes: > - if (ap == 0) > + if (!ap) And the solution is to treat it as a boolean instead?! I'm not sure which is more ugly.
Why wouldn't explicit comparison against NULL be the preferred fix? -- James Carlson 42.703N 71.076W <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html