From: Ben Greear Date: Mon, 8 Nov 2010 18:50:03 +0000 (-0800) Subject: ath5k: Print stats as unsigned ints. X-Git-Tag: v2.6.38-rc1~476^2~558^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d882c97e2c958df9f8b78832fa1ecbecef6ea1d;p=pandora-kernel.git ath5k: Print stats as unsigned ints. The debugfs code for ath5k was printing some unsigned int stats with %d instead of %u. This meant that you could see negative numbers instead of a clean wrap. Signed-off-by: Ben Greear Signed-off-by: John W. Linville --- Reading git-diff-tree failed