From: Dan Carpenter Date: Sat, 8 May 2010 16:24:02 +0000 (+0200) Subject: ath9k/htc_drv_main: off by one error X-Git-Tag: v2.6.35-rc1~473^2~167^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0730d114194364d078dbd0cfce708e8c67dccdfb;p=pandora-kernel.git ath9k/htc_drv_main: off by one error I changed "> ATH9K_HTC_MAX_TID" to ">= ATH9K_HTC_MAX_TID" to avoid a potential overflow. Signed-off-by: Dan Carpenter Acked-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed