From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Cohen Subject: Re: [PATCH] gpio-intel-mid: fix the incorrect return of idle callback Date: Tue, 28 Jan 2014 08:48:00 -0800 Message-ID: <20140128164800.GA28816@psi-dev26.jf.intel.com> References: <52E76F71.4080304@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mga11.intel.com ([192.55.52.93]:11505 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754685AbaA1Qmz (ORCPT ); Tue, 28 Jan 2014 11:42:55 -0500 Content-Disposition: inline In-Reply-To: <52E76F71.4080304@intel.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: "xinhui.pan" Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linus.walleij@linaro.org, gnurou@gmail.com, yanmin_zhang@linux.intel.com Hi, Thanks for the patch :) On Tue, Jan 28, 2014 at 04:50:57PM +0800, xinhui.pan wrote: > From: "xinhui.pan" > > intel_gpio_runtime_idle should return correct error code if it do fail. > make it more correct even though -EBUSY is the most possible return value. > > Signed-off-by: bo.he > Signed-off-by: xinhui.pan Acked-by: David Cohen