Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp978650ybx; Thu, 31 Oct 2019 04:01:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqz9enelHZ9sQq+de/3g2Xp2Y6Dy0OjU3PrOyxKJz9NG1soXHrhyzuF1RNio6+2btGfkzH3t X-Received: by 2002:a17:906:229a:: with SMTP id p26mr3209887eja.76.1572519669943; Thu, 31 Oct 2019 04:01:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572519669; cv=none; d=google.com; s=arc-20160816; b=B6zFKdK1TDiLG0a88jFXXq3pSFXMeSPz9bLh/A22rJHx8hZeurH4jxQvJ3ci9gzkh3 1WTBtLbcTCtLljCCp6FN3MGtEiS6XhJhOEpUIKbHenNyKZGGskt3ah57bncjTs1Q4tjh KcRA/FqvU1Q+e/Rg5lMcayBGF9ykySqnUjvJUPDitk6geVeU209mC+vtBRdlpshaE86z 8nyzs+jDSCR775/NiRFRHjLtA1wmmodVP5zuqiUvnVPEBz4UWP20OKbD+R70x8TRSl6B FlukteuM3NZY66J7wS1b8jssCvzYgzxfDCQjd1IivpjNsEOq+8YeYoBoy4oSxeW0WHKk DKfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=CmPFjbyhDQSUBz0T1GKGaXbwPBTA6cKm3VOc/nqm41w=; b=eSVcCSXm/Rw69Y1JRspdz5atVNDwk+EVf/B4tJ8584PC5i/O/bAE/WPSFMiO8o2COL 5avRDJrATbz27f5dHZwSfJiLirfoPTfyl/6uCmV/bQeWUyrAGQfvtVZ02fgF6pjwkxjo ti32WnkbsHIjqi3HisV4oj1OoQnpRdN2k6qXSR46u33AvwoakSMfwUF1R8ea4aoXZ35F fwDWG86sVRGbxxXb0N0U+bD7V0PPRefrUVpWmHz51sWIdKJRDeu52l+a5l3+7BkbqVof tEQT52I/14rwD4auH+qSIpV1qh1P6U+jyoG66NDWl50dkRT3M8hH961z6et6DMnEHteS jf+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g4si3890984edb.41.2019.10.31.04.00.46; Thu, 31 Oct 2019 04:01:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727143AbfJaK7t (ORCPT + 99 others); Thu, 31 Oct 2019 06:59:49 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:46724 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726864AbfJaK7t (ORCPT ); Thu, 31 Oct 2019 06:59:49 -0400 Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id AA8F228FB50; Thu, 31 Oct 2019 10:59:47 +0000 (GMT) Date: Thu, 31 Oct 2019 11:59:44 +0100 From: Boris Brezillon To: Cc: , , , , Subject: Re: [PATCH v3 11/32] mtd: spi-nor: Drop redundant error reports in Reg Ops callers Message-ID: <20191031115944.2d10ed85@collabora.com> In-Reply-To: <20191029111615.3706-12-tudor.ambarus@microchip.com> References: <20191029111615.3706-1-tudor.ambarus@microchip.com> <20191029111615.3706-12-tudor.ambarus@microchip.com> Organization: Collabora X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Oct 2019 11:17:05 +0000 wrote: > From: Tudor Ambarus > > Drop the error messages from the callers, since the callees > already print an error message in case of failure. > > Signed-off-by: Tudor Ambarus Reviewed-by: Boris Brezillon