Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information