From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL) Date: Fri, 17 Aug 2012 22:56:47 +0100 Message-ID: <20120817215646.GE18871@opensource.wolfsonmicro.com> References: <1345130370-18815-1-git-send-email-shubhrajyoti@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1345130370-18815-1-git-send-email-shubhrajyoti-l0cyMroinI0@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Shubhrajyoti D Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org On Thu, Aug 16, 2012 at 08:49:30PM +0530, Shubhrajyoti D wrote: > Remove the call of platform_set_drvdata(pdev, NULL) as they are not > needed anymore. Applied, thanks. These calls were never *needed* people just like to put them in. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757988Ab2HQV5F (ORCPT ); Fri, 17 Aug 2012 17:57:05 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:33477 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757158Ab2HQV4z (ORCPT ); Fri, 17 Aug 2012 17:56:55 -0400 Date: Fri, 17 Aug 2012 22:56:47 +0100 From: Mark Brown To: Shubhrajyoti D Cc: spi-devel-general@lists.sourceforge.net, grant.likely@secretlab.ca, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL) Message-ID: <20120817215646.GE18871@opensource.wolfsonmicro.com> References: <1345130370-18815-1-git-send-email-shubhrajyoti@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345130370-18815-1-git-send-email-shubhrajyoti@ti.com> X-Cookie: Don't read everything you believe. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 16, 2012 at 08:49:30PM +0530, Shubhrajyoti D wrote: > Remove the call of platform_set_drvdata(pdev, NULL) as they are not > needed anymore. Applied, thanks. These calls were never *needed* people just like to put them in.