Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:10464 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334Ab2ALLpk (ORCPT ); Thu, 12 Jan 2012 06:45:40 -0500 Message-ID: <4F0EC79E.3050807@qca.qualcomm.com> (sfid-20120112_124544_148282_7571360B) Date: Thu, 12 Jan 2012 13:44:30 +0200 From: Kalle Valo MIME-Version: 1.0 To: Sujith Manoharan CC: , ath6kl-devel Subject: Re: [PATCH 1/4] ath6kl: Fix SDIO error path References: <20235.48443.85318.763205@gargle.gargle.HOWL> In-Reply-To: <20235.48443.85318.763205@gargle.gargle.HOWL> Content-Type: text/plain; charset="ISO-8859-1" Sender: linux-wireless-owner@vger.kernel.org List-ID: On 01/10/2012 06:23 AM, Sujith Manoharan wrote: > sdio_release_host() would be called twice if sdio_set_block_size() > fails for some reason, which would result in the following warning. > > WARNING: at /home/sujith/dev/wireless-testing/drivers/mmc/core/core.c:828 mmc_release_host+0x42/0x50 [mmc_core]() > > Call Trace: > [] warn_slowpath_common+0x7f/0xc0 > [] warn_slowpath_null+0x1a/0x20 > [] mmc_release_host+0x42/0x50 [mmc_core] > [] sdio_release_host+0x1e/0x30 [mmc_core] > [] ath6kl_sdio_config+0xc7/0x110 [ath6kl_sdio] > [] ath6kl_sdio_probe+0x21c/0x320 [ath6kl_sdio] > [] ? mmc_release_host+0x2a/0x50 [mmc_core] > [] sdio_bus_probe+0xfa/0x130 [mmc_core] > [] driver_probe_device+0x7e/0x1b0 > [] __driver_attach+0xab/0xb0 > [] ? driver_probe_device+0x1b0/0x1b0 > [] ? driver_probe_device+0x1b0/0x1b0 > [] bus_for_each_dev+0x64/0xa0 > [] driver_attach+0x1e/0x20 > [] bus_add_driver+0x1b0/0x280 > [] ? 0xffffffffa0064fff > [] driver_register+0x76/0x140 > [] ? 0xffffffffa0064fff > [] sdio_register_driver+0x21/0x30 [mmc_core] > [] ath6kl_sdio_init+0x12/0x35 [ath6kl_sdio] > [] do_one_initcall+0x42/0x180 > [] sys_init_module+0x8f/0x200 > [] system_call_fastpath+0x16/0x1b > > Signed-off-by: Sujith Manoharan Thanks, all four patches applied. Patch 4 has caused two checkpatch warnings, I fixed those. If my comment for patch 3 needs action (which I doubt), please send a followup patch. Kalle