commit | c6084d5fa2e70a436ab944066146de01819f5493 | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Sat Oct 09 13:34:43 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 11 15:04:22 2010 -0400 |
tree | 3c0d854e6f9795680c95c6faee1e4a54e5de404d | |
parent | ff6133becae9ae1657fcff339a160a21448fa11c [diff] |
rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frame This is an error condition that is not supposed to happen. Hence, it is safe to add unlikely to this check. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>