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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 91FE3C433E7 for ; Tue, 20 Oct 2020 06:02:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 40B1A22282 for ; Tue, 20 Oct 2020 06:02:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603173743; bh=JNP6a7auUSQFkVTghiv41qtMzt+jLfZdbM/n0v1EWh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=w7e+d9J2nl+mp5tSPw53xNYhPtFbxizkhj6/xdGK8ntUbJpkHnBVHhVtcZ3PEKTuH PpNhwTEx4pBo2IAtHcuJxuwoBL3Uh4r1mR1Jr1b8GawjXZyStWyTqCvBu/m/Dth/Yz nK0l5kwYf9ff72o+/h9tuXdVxg1qAB0504v6VZh8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391860AbgJTGCW (ORCPT ); Tue, 20 Oct 2020 02:02:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:51784 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391803AbgJTGCV (ORCPT ); Tue, 20 Oct 2020 02:02:21 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B5E6C2225F; Tue, 20 Oct 2020 06:02:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603173741; bh=JNP6a7auUSQFkVTghiv41qtMzt+jLfZdbM/n0v1EWh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yr7jdYfY2x9Sc0ZYUeYPHpTpL1KeoxMQglirmYr2xnsSR74INaZGRPsbTCEurZXxO q5qgaYmAySf6QHKK0OuBS53QcWKCZiGgRU5nJB7SV/XkZ6ma+/OpgPeYPymMu3KmgO SNzw/+5Bzp2aZPSOCjMWkslTxD6h0Yt1pFIrp8hU= Date: Tue, 20 Oct 2020 08:03:04 +0200 From: Greg KH To: Samuel Iglesias =?iso-8859-1?Q?Gons=E1lvez?= Cc: trix@redhat.com, jens.taprogge@taprogge.org, arnd@arndb.de, linux-kernel@vger.kernel.org, industrypack-devel@lists.sourceforge.net Subject: Re: [Industrypack-devel] [PATCH] ipack: iopctal: remove unneeded break Message-ID: <20201020060304.GA3794112@kroah.com> References: <20201019193227.12738-1-trix@redhat.com> <82a6b8eee085b0e6df7c89d64721c3fb6719ba89.camel@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <82a6b8eee085b0e6df7c89d64721c3fb6719ba89.camel@igalia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 20, 2020 at 07:50:39AM +0200, Samuel Iglesias Gonsálvez wrote: > Hi Tom, > > Thanks for the patch! > > Patch is, > > Acked-by: Samuel Iglesias Gonsalvez > > Greg, Would you mind picking this patch through your char-misc > tree? Will do after -rc1 is out. thanks, greg k-h