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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 BFC06C4363A for ; Tue, 20 Oct 2020 14:20:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67C182224B for ; Tue, 20 Oct 2020 14:20:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408025AbgJTOUU convert rfc822-to-8bit (ORCPT ); Tue, 20 Oct 2020 10:20:20 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:60562 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407964AbgJTOUU (ORCPT ); Tue, 20 Oct 2020 10:20:20 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 188DB6231F3E; Tue, 20 Oct 2020 16:20:18 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 2bqLSZFXsX7f; Tue, 20 Oct 2020 16:20:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 6AF986125F39; Tue, 20 Oct 2020 16:20:16 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ki_go-2lwbUD; Tue, 20 Oct 2020 16:20:16 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 4BB546231F3E; Tue, 20 Oct 2020 16:20:16 +0200 (CEST) Date: Tue, 20 Oct 2020 16:20:16 +0200 (CEST) From: Richard Weinberger To: Tom Rix Cc: Richard Weinberger , Miquel Raynal , Vignesh Raghavendra , linux-mtd , linux-kernel Message-ID: <1957286686.215125.1603203616230.JavaMail.zimbra@nod.at> In-Reply-To: References: <20201019191631.9604-1-trix@redhat.com> Subject: Re: [PATCH] mtd: remove unneeded break MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF78 (Linux)/8.8.12_GA_3809) Thread-Topic: remove unneeded break Thread-Index: VuWEEkF7B042gHmZlY7KkRdT2r+sCg== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Tom Rix" > An: "Richard Weinberger" > CC: "Miquel Raynal" , "richard" , "Vignesh Raghavendra" , > "linux-mtd" , "linux-kernel" > Gesendet: Dienstag, 20. Oktober 2020 16:00:37 > Betreff: Re: [PATCH] mtd: remove unneeded break >> Acked-by: Richard Weinberger >> >> Do you want to route this patch through mtd or do you carry it? > > Not sure if this question is for me. It was. :-) > I do not maintain a subsystem/branch, so through mtd is what i was assuming. Okay, then let's carry this one through mtd. Global cleanups go sometimes in a dedicated tree directly to Linus. Thanks, //richard