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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E17EBC433EF for ; Wed, 16 Feb 2022 16:13:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236208AbiBPQOF (ORCPT ); Wed, 16 Feb 2022 11:14:05 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:60834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236204AbiBPQOB (ORCPT ); Wed, 16 Feb 2022 11:14:01 -0500 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6D7D2AE059; Wed, 16 Feb 2022 08:13:49 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id 32E711F45194 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1645028028; bh=3BUsXE89fj7rTHTZ2Yhpsi6N0U9oLnOlc4n50VFT60E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=evPGizZJx/nOUe+JgN1fgupzxHJO36/YI1+2yhKP6QhIRUN1Gzyqm0qAoWKIg4RcX Z8RwxS217pBNbSCQaNkY3Tl/Q9qfDcE7u9I60YmLAt1ZCXqoy+fO/Wh4/wbRsamizS sH3HnNDrl2iUng7LD4hxbkEj/FppjDA2Z9n7JFqSjhj3TP/VXk/RTsOHbT65bGmags wddJbxb+6bQWQX07Aj7WEmsBWPHyQtNGlXYpQC29DJNUw+gKqG5eqLbnTymB9YiGOC HJITtUMnrUrcuCBu97cMrqVXNjeEixrjkscTFFk31Ow0qyBqJ+c/wf3I1lPOYwt4e/ G7gMUXmc/Sbjw== Message-ID: <2e3e718f-d547-e85b-ec83-dfb2f28c6447@collabora.com> Date: Wed, 16 Feb 2022 13:13:41 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: linux-next: build failure after merge of the spi tree Content-Language: en-US To: Mark Brown Cc: Stephen Rothwell , Linux Kernel Mailing List , Linux Next Mailing List References: <20220216161718.2c094b08@canb.auug.org.au> <284e2e05-9402-e480-7a69-3282b7e95b6f@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-next@vger.kernel.org Às 13:08 de 16/02/22, Mark Brown escreveu: > On Wed, Feb 16, 2022 at 10:07:02AM -0300, André Almeida wrote: > >> ACPI_PTR() make it as NULL if CONFIG_ACPI is not set, making the driver >> suitable for test compiling even without ACPI enabled. Mark, I'll send a >> v3 with this fixed. > > Please do not submit new versions of already applied patches, please > submit incremental updates to the existing code. Modifying existing > commits creates problems for other users building on top of those > commits so it's best practice to only change pubished git commits if > absolutely essential. Ok, let me send a fixing patch then.