http://bugzilla.kernel.org/show_bug.cgi?id=8459
------- Comment #62 from [EMAIL PROTECTED] 2007-10-08 12:58 ------- Sorry, didn't get your point... test_bit() and !test_bit() are true if bit=1 and bit=0 respectively, so replacing second with first doesn't work. (un)likely() is a hint for compiler what codepath should be optimized more, so it does not change meaning of above. Or you mean, it is better to change if/else also? -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
