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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43FB8C433FE for ; Sun, 16 Oct 2022 13:28:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229783AbiJPN2m (ORCPT ); Sun, 16 Oct 2022 09:28:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229785AbiJPN20 (ORCPT ); Sun, 16 Oct 2022 09:28:26 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E4C73F1E9; Sun, 16 Oct 2022 06:28:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 6A7AFB80CC0; Sun, 16 Oct 2022 13:28:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EFB0FC433C1; Sun, 16 Oct 2022 13:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665926879; bh=BLlob7SHUpruAi1BQqz6CpLZq1PD5IlI3db/6R/GyA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bs+Pd/2sF2NT7mDeDPfBSJcubgRHNDQXi7Zjaff8kj5CXlzW4lZEaOb9FHxgLdMtn r7IZkeV7EGjNafUVhogKlNtM+YnnWaWIIfJ9V75ABHe94uXqjt29iNlJsr/S/VAM93 MkpdwR611t6j4EzJvPDmGdpLLuqJcjiOe0DNhPDyGOiIu5U6X8KUfGxnRB/tgYca8q Khjp6Bh6wO49OKDzzToYWmLzcT3+7mJJNgS5/PTZrLNZVXeLA+FYK8WCG6xIna9aXt vXSPt50v4+HS+Qf5VhYK7AuwQSVuWWWEZfd9sotgoiYduaFVMNw5Mqs2V7jVigw1s+ dnhpBrgCeGgjQ== Date: Sun, 16 Oct 2022 09:27:57 -0400 From: Sasha Levin To: Jiri Slaby Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Daniel Starke , kernel test robot , Greg Kroah-Hartman Subject: Re: [PATCH AUTOSEL 5.15 34/47] tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val() Message-ID: References: <20221013002124.1894077-1-sashal@kernel.org> <20221013002124.1894077-34-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Oct 13, 2022 at 08:21:37AM +0200, Jiri Slaby wrote: >On 13. 10. 22, 2:21, Sasha Levin wrote: >>From: Daniel Starke >> >>[ Upstream commit 669609cea1d294f43efdd8d57ab65927df90e6df ] >> >>Replace the use of gsm_read_ea() with gsm_read_ea_val() where applicable to >>improve code readability and avoid errors like in the past. See first link >>below for reference. > >I don't think this warrants for stable. It's only a cleanup, not a >fix. And it's quite intrusive. I'll drop it, thanks! -- Thanks, Sasha