Files
linux/drivers
Rami Rosen d651ae3278 iwlwifi: avoid build warning in iwl-core.
When building when CONFIG_IWLWIFI_DEBUG is not set, we get the following
warning:
/work/src/w/drivers/net/wireless/iwlwifi/iwl-core.c: In function ‘iwl_isr’:
/work/src/w/drivers/net/wireless/iwlwifi/iwl-core.c:1707: warning:
unused variable ‘inta_fh’

This patch avoids this warning by adding #ifdef CONFIG_IWLWIFI_DEBUG
before the declaration of inta_fh in iwl_isr() in
drivers/net/wireless/iwlwifi/iwl-core.c

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-06-03 14:05:10 -04:00
..
2009-04-21 13:41:51 -07:00
2009-06-03 02:51:04 -07:00
2009-04-05 00:32:25 +02:00
2009-05-06 16:36:10 -07:00
2009-06-03 02:51:04 -07:00
2009-04-14 19:46:19 -07:00
2009-05-29 22:12:32 -07:00
2009-04-05 00:32:22 +02:00