iwlagn: sparse warning priv->temperature is signed
commit511afa3bfbb421ff0e87086725367f762587ab87
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 22 Sep 2011 14:15:37 +0000 (22 07:15 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 27 Sep 2011 18:34:06 +0000 (27 14:34 -0400)
tree6d24e62ac0a15bdbf5df5ba2cc4bee7af5f3a904
parentd56da92092c7808fea0b6ad85fd97095067a2616
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