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 F3323C433E3 for ; Wed, 26 Aug 2020 11:31:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D268A206EB for ; Wed, 26 Aug 2020 11:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728956AbgHZLb3 (ORCPT ); Wed, 26 Aug 2020 07:31:29 -0400 Received: from mail-oo1-f66.google.com ([209.85.161.66]:33564 "EHLO mail-oo1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728918AbgHZL3W (ORCPT ); Wed, 26 Aug 2020 07:29:22 -0400 Received: by mail-oo1-f66.google.com with SMTP id h4so142776oop.0 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=d76XtgeKl5NEnWGB/rvXy4hQkNqk/JFDiNaRlPi+zn2LAH9opSXgG+peKd3mjRiU/U 3J3o6elQZYNo5z4amk/4gLFmyv3IpkSI3U8OL0RpgMmvRwGInrNHG3ApPBBR5KjvNbZl PY7Iy58m4wjWUMTKN7PCmfNb6GnF4xBthCzVFUotECH+9+1A9uFv14QbuFzmiJ6pBwyC v+gE7TbTII1QsoEFiUASqA8hNckuTqNZcwb4pdhL93P7VzFGOLTMlNyrE5pNp1CvGC5+ ywZqcX/jhN+8aNXQ7Xu61t2giwfxu33IjUxSk7UZ43NSRfYNb11wMn+IACVGmkJeao6y 1Waw== X-Gm-Message-State: AOAM530ThhdaMQGma1DGkjhQBlJHXWUE0TXY5qhnvm+rqxHRiknUBP8X TmppxpT7Et7kJUPU/gev0lGEblRRppp6gS9aVAsuqHnA 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-m68k-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-m68k@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