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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56AC0C433E3 for ; Wed, 26 Aug 2020 11:31:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E856206EB for ; Wed, 26 Aug 2020 11:31:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728987AbgHZLbK (ORCPT ); Wed, 26 Aug 2020 07:31:10 -0400 Received: from mail-oo1-f65.google.com ([209.85.161.65]:45867 "EHLO mail-oo1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728834AbgHZL3W (ORCPT ); Wed, 26 Aug 2020 07:29:22 -0400 Received: by mail-oo1-f65.google.com with SMTP id u28so354641ooe.12 for ; Wed, 26 Aug 2020 04:28:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QjVGS0HGbRfs0Re2eYmvuj93KRF7GbcoDgHD74CvDp8=; b=SJYyrYUaehmYrQ0sSWh1e3BB9KXMKf4ik8vbGsu9A94tJ5c+X7H3RBwaUQ840+W32+ NGznR7Uae64hwP3vWoVj27eco2k06hgb3dQ3j3NoQO2QhmDCJWCoQJGeeDAyGIXB/p5+ CoYF3x4A0C8RP7jWSeWpFgUnTAMtKp7prh3uUFwQmQZ13smfj4mGIINHqGcnxCPbcVtg DsKXM4UnY5Aq30znxl8G0OUwJT5myj7vor/Ud5JQuVJ8UvS8YuCRL2cHlXAMfv/XEOYM lsA+sGEUNMNg0Xeleo9T/86t6CpO0OdbMSvVzU5e91pKELuGz1XP3B03zo0yGI35vW/b Ysag== X-Gm-Message-State: AOAM530/JNvdM8pH4gLLN0U/X1Mlohp3B2bkyXLMXsDRwh0c+nHndOuQ 9m19+m0Rkw5Bc8WLZihG1bhE0sPVPQAqIZVG/rBhWmX9 X-Google-Smtp-Source: ABdhPJxmbNmsTV+R1Umjsvz30EeXTsekhqFvAQXgtdz2jvKrQiOSnzIYQdzEZQRT4NEV7snJoFtg+IW4pNVW9ZE5vdQ= X-Received: by 2002:a4a:6c13:: with SMTP id q19mr10489990ooc.11.1598441328710; Wed, 26 Aug 2020 04:28:48 -0700 (PDT) MIME-Version: 1.0 References: <20200112171705.22600-1-geert@linux-m68k.org> In-Reply-To: <20200112171705.22600-1-geert@linux-m68k.org> From: Geert Uytterhoeven Date: Wed, 26 Aug 2020 13:28:37 +0200 Message-ID: Subject: Re: [PATCH] m68k: amiga: Fix Denise detection on OCS To: linux-m68k Cc: Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 12, 2020 at 6:17 PM Geert Uytterhoeven wrote: > The "default" statement for detecting an original Denise chip seems to > be misplaced, causing original Denise chips not being detected. > > Fix this by moving it from the outer to the inner "switch" statement. > > Fortunately no code relies on this, but the detected version is printed > during boot, and available through /proc/hardware. > > Signed-off-by: Geert Uytterhoeven Applied, and queued in the m68k for-v5.10 branch. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds