commit | 7762bb02ce13c191e0a2da159bcb8d9b374b88c4 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Fri Apr 15 16:20:05 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 19 15:38:03 2011 -0400 |
tree | b2dd344dadaee82ad49f5d8dc0ec318ba9eee438 | |
parent | 0477ad72a12d4ee3f588de9349012948ea25702b [diff] |
mac80211: fix debugfs printk format warning Fix printf() format warning (tm_year is long int): net/mac80211/debugfs_sta.c:113: warning: format '%d' expects type 'int', but argument 4 has type 'long int' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>