From: Helmut Schaa Date: Sat, 9 Oct 2010 11:34:43 +0000 (+0200) Subject: rt2x00: Use unlikely for error case in rt2x00queue_write_tx_frame X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6084d5fa2e70a436ab944066146de01819f5493;p=pandora-kernel.git 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 Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed