Commit 4fd1f841 authored by Tomas Winkler's avatar Tomas Winkler Committed by David S. Miller

iwlwifi: fix compliation warnings

This patch fixes compilation warnings introduced by 'fix ucode assertion
for RX queue overrun' patch
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 09466878
...@@ -4163,7 +4163,7 @@ static void iwl3945_rx_allocate(struct iwl3945_priv *priv) ...@@ -4163,7 +4163,7 @@ static void iwl3945_rx_allocate(struct iwl3945_priv *priv)
/* /*
* this should be called while priv->lock is locked * this should be called while priv->lock is locked
*/ */
void __iwl3945_rx_replenish(void *data) static void __iwl3945_rx_replenish(void *data)
{ {
struct iwl3945_priv *priv = data; struct iwl3945_priv *priv = data;
......
...@@ -4534,7 +4534,7 @@ static void iwl4965_rx_allocate(struct iwl4965_priv *priv) ...@@ -4534,7 +4534,7 @@ static void iwl4965_rx_allocate(struct iwl4965_priv *priv)
/* /*
* this should be called while priv->lock is locked * this should be called while priv->lock is locked
*/ */
void __iwl4965_rx_replenish(void *data) static void __iwl4965_rx_replenish(void *data)
{ {
struct iwl4965_priv *priv = data; struct iwl4965_priv *priv = data;
...@@ -6038,7 +6038,7 @@ static void iwl4965_dealloc_ucode_pci(struct iwl4965_priv *priv) ...@@ -6038,7 +6038,7 @@ static void iwl4965_dealloc_ucode_pci(struct iwl4965_priv *priv)
* iwl4965_verify_inst_full - verify runtime uCode image in card vs. host, * iwl4965_verify_inst_full - verify runtime uCode image in card vs. host,
* looking at all data. * looking at all data.
*/ */
static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 * image, static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 *image,
u32 len) u32 len)
{ {
u32 val; u32 val;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment