From: Julia Lawall Date: Sun, 8 Nov 2009 08:23:07 +0000 (+0100) Subject: drivers/net/wireless: correct check on CCS_START_NETWORK X-Git-Tag: v2.6.33-rc1~388^2~280^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ef6028b2c1272a2f12299053efef90e8721f21;p=pandora-kernel.git drivers/net/wireless: correct check on CCS_START_NETWORK CCS_START_NETWORK is declared in drivers/net/wireless/rayctl.h with the comment Values for cmd. status is previously compared to CCS_COMMAND_COMPLETE, which is declared in the same file with the comment Values for buffer_status. Finally, it is possible at this point that cmd is CCS_START_NETWORK, because it is compared to that value in an enclosing switch that has CCS_START_NETWORK as one of two case labels around this code. Signed-off-by: Julia Lawall Signed-off-by: John W. Linville --- Reading git-diff-tree failed