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 07E17ECAAD8 for ; Tue, 20 Sep 2022 08:08:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229805AbiITIIT (ORCPT ); Tue, 20 Sep 2022 04:08:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231274AbiITIHf (ORCPT ); Tue, 20 Sep 2022 04:07:35 -0400 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E98A765800; Tue, 20 Sep 2022 01:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663661058; x=1695197058; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=LDmwkAU000T6mLap+2OX+lzhHFSGTgusUbXuvHtm0z0=; b=AxUIS/gxQKZzafwefou8DvkyRiQEnlXfKPhrS+2v8mINRzwYElgj9Yrx xJcEtq5sQmTixSfVOk7tDwg5ZMKDvSAlMn2gUX+QYv53MUE9/OKNSS5YN TpKueCN7fGU+t3CwCBZ8mivc3lsUmIhx99HVXfRfOpSMcYBBqxlU2+BVv oai2VbSTDaLj+v7EC41/xO9r570NhfYReqHx2GnuIPdch/Av3ZYzSY3JJ B/8MwuKFpqAPiPAMdl91MITtW6id5bWRjRpAX9EybwRKvWtdNQnJE586j 57lat8tDaqe5Lo4SfdN6GSvPUjAgd3780jbyQ71GGdKBia3t1+tNAaM5b w==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="286677793" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="286677793" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:04:17 -0700 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="649486121" Received: from bdallmer-mobl.ger.corp.intel.com ([10.252.59.238]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 01:04:15 -0700 Date: Tue, 20 Sep 2022 11:04:13 +0300 (EEST) From: =?ISO-8859-15?Q?Ilpo_J=E4rvinen?= To: Jiri Slaby cc: Greg Kroah-Hartman , linux-serial , LKML , Tobias Klauser Subject: Re: [PATCH v4 03/10] tty: serial: altera_uart_{r,t}x_chars() need only uart_port In-Reply-To: <20220920052049.20507-4-jslaby@suse.cz> Message-ID: <259b72f4-21d9-7575-784c-63b534e7a9c5@linux.intel.com> References: <20220920052049.20507-1-jslaby@suse.cz> <20220920052049.20507-4-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-536135200-1663661056=:1766" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-536135200-1663661056=:1766 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Tue, 20 Sep 2022, Jiri Slaby wrote: > Both altera_uart_{r,t}x_chars() need only uart_port, not altera_uart. So > pass the former from altera_uart_interrupt() directly. > > Apart it maybe saves a dereference, this makes the transition of > altera_uart_tx_chars() easier to follow in the next patch. > > Cc: Tobias Klauser > Signed-off-by: Jiri Slaby Reviewed-by: Ilpo Järvinen -- i. --8323329-536135200-1663661056=:1766--