From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth01.qualcomm.com ([65.197.215.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VK9g6-0006dF-7K for ath10k@lists.infradead.org; Thu, 12 Sep 2013 16:23:35 +0000 From: Kalle Valo Subject: Re: [PATCH 06/12] wireless: ath10k: remove unnecessary pci_set_drvdata() References: <00b101ceae16$ecb87c30$c6297490$%han@samsung.com> <00b701ceae18$69cd1860$3d674920$%han@samsung.com> Date: Thu, 12 Sep 2013 19:23:07 +0300 In-Reply-To: <00b701ceae18$69cd1860$3d674920$%han@samsung.com> (Jingoo Han's message of "Tue, 10 Sep 2013 20:25:11 +0900") Message-ID: <87wqmmdn6c.fsf@qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Jingoo Han Cc: linux-wireless@vger.kernel.org, "'John W. Linville'" , ath10k@lists.infradead.org Jingoo Han writes: > The driver core clears the driver data to NULL after device_release > or on probe failure. Thus, it is not needed to manually clear the > device driver data to NULL. > > Signed-off-by: Jingoo Han Thanks, applied. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:18334 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754130Ab3ILQXY (ORCPT ); Thu, 12 Sep 2013 12:23:24 -0400 From: Kalle Valo To: Jingoo Han CC: "'John W. Linville'" , , Subject: Re: [PATCH 06/12] wireless: ath10k: remove unnecessary pci_set_drvdata() References: <00b101ceae16$ecb87c30$c6297490$%han@samsung.com> <00b701ceae18$69cd1860$3d674920$%han@samsung.com> Date: Thu, 12 Sep 2013 19:23:07 +0300 In-Reply-To: <00b701ceae18$69cd1860$3d674920$%han@samsung.com> (Jingoo Han's message of "Tue, 10 Sep 2013 20:25:11 +0900") Message-ID: <87wqmmdn6c.fsf@qca.qualcomm.com> (sfid-20130912_182337_358951_C7FA1499) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-wireless-owner@vger.kernel.org List-ID: Jingoo Han writes: > The driver core clears the driver data to NULL after device_release > or on probe failure. Thus, it is not needed to manually clear the > device driver data to NULL. > > Signed-off-by: Jingoo Han Thanks, applied. -- Kalle Valo