commit | 8c68bd401d423c81fd4bfc19c625180528e4a5e8 | [log] [tgz] |
---|---|---|
author | Michael Büsch <mb@bu3sch.de> | Tue Feb 15 00:21:50 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 18 16:53:20 2011 -0500 |
tree | dc96f89a1a11972ac7fe716a8ec154fe22407b5a | |
parent | f4f314bf6fd39d85065c3fcda27bd594163abcf0 [diff] |
ssb: Make ssb_wait_bit multi-bit safe ssb_wait_bit was designed for only one-bit bitmasks. People start using it for multi-bit bitmasks. Make the "set" case is safe for this. The "unset" case is already safe. This does not change behavior of the current code. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>