From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E718C433FE for ; Thu, 21 Oct 2021 13:56:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49C5960E05 for ; Thu, 21 Oct 2021 13:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231404AbhJUN6x (ORCPT ); Thu, 21 Oct 2021 09:58:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230283AbhJUN6s (ORCPT ); Thu, 21 Oct 2021 09:58:48 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DFB7C0613B9 for ; Thu, 21 Oct 2021 06:56:29 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id 7F2AB1F42230 Message-ID: <3e0750da-bbd1-b8c6-1270-ef8fcd17e02a@collabora.com> Date: Thu, 21 Oct 2021 10:56:21 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH v3] regmap: spi: Set regmap max raw r/w from max_transfer_size Content-Language: en-US To: Mark Brown Cc: Greg Kroah-Hartman , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, kernel@collabora.com, Lucas Tanure , Charles Keepax References: <20211021132721.13669-1-andrealmeid@collabora.com> From: =?UTF-8?Q?Andr=c3=a9_Almeida?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Às 10:54 de 21/10/21, Mark Brown escreveu: > On Thu, Oct 21, 2021 at 10:27:21AM -0300, André Almeida wrote: > >> Reviewed-by: Charles Keepax >> [André: fix build warning] >> Signed-off-by: André Almeida > > It wasn't just a warning, as I told Lucas it was a build error given > that allmodconfig now has -Werror. > Ok, I didn't know that -Werror was around. Should I resend the patch with [André: fix build error]?