commit | 511afa3bfbb421ff0e87086725367f762587ab87 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Sep 22 07:15:37 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 27 14:34:06 2011 -0400 |
tree | 6d24e62ac0a15bdbf5df5ba2cc4bee7af5f3a904 | |
parent | d56da92092c7808fea0b6ad85fd97095067a2616 [diff] |
iwlagn: sparse warning priv->temperature is signed Since priv->temperature is signed, we cannot use debugfs_create_u32 to refer to it. Use a regular debugfs file instead. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>