Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933138AbbBBJQx (ORCPT ); Mon, 2 Feb 2015 04:16:53 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:14790 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932651AbbBBJQt (ORCPT ); Mon, 2 Feb 2015 04:16:49 -0500 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 02 Feb 2015 01:16:01 -0800 Message-ID: <54CF4030.5080407@nvidia.com> Date: Mon, 2 Feb 2015 14:45:28 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Nicholas Mc Guire CC: Nicholas Mc Guire , Mark Brown , Stephen Warren , Thierry Reding , Alexandre Courbot , , , Subject: Re: [PATCH 1/2] spi: tegra20-sflash: cleanup wait_for_completion return handling References: <1422795604-29004-1-git-send-email-hofrat@osadl.org> <54CF3CC5.6030204@nvidia.com> <20150202090809.GB19706@opentech.at> In-Reply-To: <20150202090809.GB19706@opentech.at> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: BGMAIL102.nvidia.com (10.25.59.11) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 20 On Monday 02 February 2015 02:38 PM, Nicholas Mc Guire wrote: > On Mon, 02 Feb 2015, Laxman Dewangan wrote: > >> >>> + if (WARN_ON(dma_timeout == 0)) { >>> dev_err(tsd->dev, >>> - "spi trasfer timeout, err %d\n", ret); >>> + "spi trasfer timeout\n"); >> trasfer -> transfer. >> >> > overlooked that - sorry - will fix it up and resubmit. > Thanks, And possibly we will be able to merge two lines into single one i.e. single line error message. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/