commit | 291689fcfbf0046d17c83c36fc983400f499dec3 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 01 10:43:31 2012 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 06 14:55:42 2012 -0500 |
tree | 812f2e620f9565b7ad60037fe15686f7e2ba2037 | |
parent | 910570b5f4dbf75b73389010704ca6442a767a41 [diff] |
ath9k: cleanup a min_t() cast If the firmware was over 2G, it would cause memory corruption and the system would die here. Obviously we all know the firmware isn't going to be that large but static checkers get upset. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>