From: Bartosz Markowski Date: Thu, 26 Sep 2013 15:47:10 +0000 (+0200) Subject: ath10k: drop the fw versioning sanity check X-Git-Tag: v3.13-rc1~105^2~55^2^2~53^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ba7b6b6f4bd6a912d0b6825f4e2d4e7fb4ddac;p=pandora-kernel.git ath10k: drop the fw versioning sanity check It was corrupted and leading to compilation warning core.c: In function 'ath10k_check_fw_version': core.c:79: warning: comparison is always true due to limited range of data type Since we are going to support new FW track in the driver, the sanity check for fw version number would be an overkill then. This is just for information purposes anyway. Reported-by: Geert Uytterhoeven Signed-off-by: Bartosz Markowski Signed-off-by: Kalle Valo --- Reading git-diff-tree failed