Return-path: Received: from mga03.intel.com ([143.182.124.21]:43402 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbYAOT53 convert rfc822-to-8bit (ORCPT ); Tue, 15 Jan 2008 14:57:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: [ipw3945-devel] [PATCH 2/5] iwlwifi: iwl3945 synchronize interruptand tasklet for down iwlwifi Date: Tue, 15 Jan 2008 11:21:12 -0800 Message-ID: (sfid-20080115_195734_480159_43EA732D) In-Reply-To: <478B2E92.5090901@gmail.com> References: <11998765481610-git-send-email-joonwpark81@gmail.com> <478B1EBF.8030701@gmail.com> <478B2E92.5090901@gmail.com> From: "Chatre, Reinette" To: "Joonwoo Park" , "Zhu, Yi" Cc: , Sender: linux-wireless-owner@vger.kernel.org List-ID: On Monday, January 14, 2008 1:43 AM, Joonwoo Park wrote: > -static inline void iwl_disable_interrupts(struct iwl_priv *priv) > +static inline void __iwl_disable_interrupts(struct iwl_priv *priv) { > clear_bit(STATUS_INT_ENABLED, &priv->status); Could the call to iwl_disable_interrupts in iwl_pci_probe be changed to __iwl_disable_interrupts? The isr is only activated when the interface is brought up so we do not need to do the extra steps (eg. synchronize_irq()) during device probe. Reinette