From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cao Minh Hiep Date: Thu, 30 Apr 2015 00:28:05 +0000 Subject: Re: [PATCH 3/3] spi: Re-do the returning value of qspi_transfer_out_in Message-Id: <55417715.7020005@jinso.co.jp> List-Id: References: <1430200551-20708-1-git-send-email-cm-hiep@jinso.co.jp> <1430200551-20708-4-git-send-email-cm-hiep@jinso.co.jp> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Geert Uytterhoeven Cc: Geert Uytterhoeven , Mark Brown , linux-spi , Kuninori Morimoto , Yoshihiro Shimoda , Ryusuke Sakato , Linux-sh list On 2015年04月28日 20:07, Geert Uytterhoeven wrote: > On Tue, Apr 28, 2015 at 7:55 AM, Cao Minh Hiep wrote: >> From: Hiep Cao Minh >> >> To reduce complex of code, drop "ret" then qspi_transfer_out_in function >> should be returned the value of "qspi_trigger_transfer_out_in" directly. >> >> Signed-off-by: Hiep Cao Minh > Acked-by: Geert Uytterhoeven Thanks, From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cao Minh Hiep Subject: Re: [PATCH 3/3] spi: Re-do the returning value of qspi_transfer_out_in Date: Thu, 30 Apr 2015 09:28:05 +0900 Message-ID: <55417715.7020005@jinso.co.jp> References: <1430200551-20708-1-git-send-email-cm-hiep@jinso.co.jp> <1430200551-20708-4-git-send-email-cm-hiep@jinso.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Geert Uytterhoeven , Mark Brown , linux-spi , Kuninori Morimoto , Yoshihiro Shimoda , Ryusuke Sakato , Linux-sh list To: Geert Uytterhoeven Return-path: In-Reply-To: Sender: linux-sh-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On 2015=E5=B9=B404=E6=9C=8828=E6=97=A5 20:07, Geert Uytterhoeven wrote: > On Tue, Apr 28, 2015 at 7:55 AM, Cao Minh Hiep = wrote: >> From: Hiep Cao Minh >> >> To reduce complex of code, drop "ret" then qspi_transfer_out_in func= tion >> should be returned the value of "qspi_trigger_transfer_out_in" direc= tly. >> >> Signed-off-by: Hiep Cao Minh > Acked-by: Geert Uytterhoeven Thanks,