From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions Date: Mon, 27 Aug 2012 10:19:06 -0700 Message-ID: <20120827171904.GP4339@opensource.wolfsonmicro.com> References: <1345173265-1721-1-git-send-email-linux@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from opensource.wolfsonmicro.com ([80.75.67.52]:52916 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753179Ab2H0RTK (ORCPT ); Mon, 27 Aug 2012 13:19:10 -0400 Content-Disposition: inline In-Reply-To: <1345173265-1721-1-git-send-email-linux@roeck-us.net> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Guenter Roeck Cc: spi-devel-general@lists.sourceforge.net, Ben Dooks , Kukjin Kim , Grant Likely , Thomas Abraham , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org On Thu, Aug 16, 2012 at 08:14:25PM -0700, Guenter Roeck wrote: > Suspend and resume functions call spi_master_get() without matching > spi_master_put(). The extra references are unnecessary and cause subsequent > module unload attempts to fail. Drop the calls. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Mon, 27 Aug 2012 10:19:06 -0700 Subject: [PATCH] spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions In-Reply-To: <1345173265-1721-1-git-send-email-linux@roeck-us.net> References: <1345173265-1721-1-git-send-email-linux@roeck-us.net> Message-ID: <20120827171904.GP4339@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 16, 2012 at 08:14:25PM -0700, Guenter Roeck wrote: > Suspend and resume functions call spi_master_get() without matching > spi_master_put(). The extra references are unnecessary and cause subsequent > module unload attempts to fail. Drop the calls. Applied, thanks.