From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laxman Dewangan Subject: Re: [PATCH] spi/tegra20-slink: Remove unused is_single_xfer check Date: Fri, 4 Oct 2013 22:13:54 +0530 Message-ID: <524EF04A.1040809@nvidia.com> References: <1380901375-9901-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1380901375-9901-1-git-send-email-broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mark Brown Cc: Stephen Warren , Thierry Reding , "linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Mark Brown List-Id: linux-tegra@vger.kernel.org On Friday 04 October 2013 09:12 PM, Mark Brown wrote: > From: Mark Brown > > Currently transfer_one_message() checks to see if the message consists of > a single spi_transfer and tells _start_transfer_one() but it just ignores > this. Don't bother. > Yes, we dont need this as it was there to support HW bases CS control which is removed. Acked-by: Laxman Dewangan