ath10k: off by one sanity check
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 18 Jun 2013 07:28:46 +0000 (10:28 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 18 Jun 2013 18:46:47 +0000 (14:46 -0400)
This should be >= ARRAY_SIZE() instead of > ARRAY_SIZE().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found