]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: sparse warning priv->temperature is signed
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 22 Sep 2011 14:15:37 +0000 (07:15 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Sep 2011 18:34:06 +0000 (14:34 -0400)
commitd56ed26dd3003c30df4ca3a6198369b6bf2def55
tree6d24e62ac0a15bdbf5df5ba2cc4bee7af5f3a904
parent4cd038cb260a1c4b6b7d2634270536c0aa4e4db7
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>
drivers/net/wireless/iwlwifi/iwl-debugfs.c