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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 F2CF7C07E9B for ; Tue, 20 Jul 2021 07:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1E2B60FEA for ; Tue, 20 Jul 2021 07:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233514AbhGTGvu (ORCPT ); Tue, 20 Jul 2021 02:51:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:41712 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232391AbhGTGvk (ORCPT ); Tue, 20 Jul 2021 02:51:40 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8C5D561165; Tue, 20 Jul 2021 07:32:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626766339; bh=TtvpaEMsR3u6EKkMoDAPlGks7XH8v1RQa5GXSq+xLzg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hzGV7n6Vb2Kk2wd7nEyRxlpj31JiqUtV7JxckRkQ/BH0ePMyCA47cZnE9ZfTpP6ms DbjweKsg3027diPn/JoiokG33elbsrq5eGrkfF4DDgF7JAsGIGk1d/x0Bh2zeEOUCp GtJM1sC/KSDLa3KDNNF1q5yDW+Spd4NxR9an2O9BLcumnDNPEK+fVLJ/DQqxTYj0wS dg83oBPbZVURfYfQydVvsmAQ/mtny+ALw3A/RaMJcy7UqBvBfnGbgM/ias/YedC8Xa I0sZtZFssaNYhesS9H6UCCciowXUMH8NRRSTaaGpMeTrOkhlKFh5Q8OA55O3ThqlgK eTuxx3GvPWKPQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1m5kEL-00079E-Eq; Tue, 20 Jul 2021 09:31:53 +0200 Date: Tue, 20 Jul 2021 09:31:53 +0200 From: Johan Hovold To: Sebastian Reichel Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Ian Ray Subject: Re: [PATCH] USB: serial: cp210x: fix comments for GE CS1000 Message-ID: References: <20210719164349.137402-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210719164349.137402-1-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Jul 19, 2021 at 06:43:49PM +0200, Sebastian Reichel wrote: > From: Ian Ray > > Fix comments for GE CS1000 CP210x USB ID assignments. > > Fixes: 42213a0190b5 ("USB: serial: cp210x: add some more GE USB IDs") > Signed-off-by: Ian Ray > Signed-off-by: Sebastian Reichel Now applied with a stable tag to make it easier for the stable maintainers. Thanks. Johan