Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2553978imu; Thu, 29 Nov 2018 06:49:14 -0800 (PST) X-Google-Smtp-Source: AFSGD/VpkFQHqHNcLr2USQXmPkajfv+oW+0Xb/zTSFkRvle1p5rDtDQ1BLkdvLyWQ33BjdcEgPkU X-Received: by 2002:a17:902:d03:: with SMTP id 3-v6mr1798470plu.66.1543502954522; Thu, 29 Nov 2018 06:49:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543502954; cv=none; d=google.com; s=arc-20160816; b=UMVLP0awhTEtuNGiQdqRhT7f6rY6ebf4ud68gB+B1h7a4x+ZNzmZLUV7z009nhUPUV QbhE6u27j4LSmXcnhSQzRPeOp197Y7oV1dBWrcOoQFgU1WaR9IXgDRHhDmmn/pmzy7Ch J2IZtQI8ajsMG37Pa4FjrK31vK0NHLyqCohxpsCz8qr3x9fj+/xlz1zpvymnKc9izI66 Y4AeyvjuSMot9R++VlS7OTUz38y5NFtcOFxKUmdPrmwdAw/fON+hC6qJ7UBLnsuFdtsP h3SsZXNwyTnqguJz9CSwOlPZT8dzG3qTeJGY8VBwwS1cjX5vSEEFvWEeJkILRhtRHQ38 SVpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=Sj4BkHjW4MY2aoWWqfOKbxr/VVetr433zaKVAiyl7pY=; b=HtWSeKyKiRHzAgp6Bv+eF/gN4L7cEB6NrG6WlvS7DAAQ/25RiME93ocN63pqnIe06z 5YQdQY14mz8NX+mqqlL+lvG5kR0et3wB8A7N4jt25zkRYHMl/Cxg0LfThbIHZ/x4M2jH OTuqa/iIJ6LqoD/3lQGcaW8n+/kYskYsZ1hDxZrVgdw1E/hoze7HrV4rOFyRcNVNSjBP Wc6DviSvnT64rfDsW5S+geTlDmpYrtkKJvI0m/7s5v3Rh7I7WdGcLKJ5wxVkscsHQzdx jRuYEt2OPzPLajD60sEtDB4J5lnj59lEejcv89eTIdf3OKj6RRdAiJV2EI7dZsfXyEab UREQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1LxJAwU7; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s12si1894248pgg.188.2018.11.29.06.48.59; Thu, 29 Nov 2018 06:49:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1LxJAwU7; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733105AbeK3BbU (ORCPT + 99 others); Thu, 29 Nov 2018 20:31:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:58808 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731628AbeK3BbU (ORCPT ); Thu, 29 Nov 2018 20:31:20 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 0BA4721104; Thu, 29 Nov 2018 14:25:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1543501547; bh=nPGeBt17VuCWQ8jd9ctbNa+G+Fq2W/FMhEmpbefUAtc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1LxJAwU7u4s9ck2zTpjK/nDHlo89AHP+M/ZAy839nkf5qTAo23uf+QpdOl88j7USL jBccD1NeXJlWUoFw1sWpKuXLlpUDF4K54scriqolBSBFraCRwQH+h0NCW094yBb9WL WuKWxih5duoNzUE43o0lbYwQJqgeOzOGfVuuXKRU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Oleksij Rempel , Marc Kleine-Budde Subject: [PATCH 4.14 041/100] can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_queue_tail() Date: Thu, 29 Nov 2018 15:12:11 +0100 Message-Id: <20181129140102.284955336@linuxfoundation.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181129140058.768942700@linuxfoundation.org> References: <20181129140058.768942700@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Oleksij Rempel commit 4530ec36bb1e0d24f41c33229694adacda3d5d89 upstream. This function has nothing todo with error. Signed-off-by: Oleksij Rempel Cc: linux-stable Signed-off-by: Marc Kleine-Budde Signed-off-by: Greg Kroah-Hartman --- drivers/net/can/flexcan.c | 4 ++-- drivers/net/can/rx-offload.c | 5 +++-- include/linux/can/rx-offload.h | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) --- a/drivers/net/can/flexcan.c +++ b/drivers/net/can/flexcan.c @@ -599,7 +599,7 @@ static void flexcan_irq_bus_err(struct n if (tx_errors) dev->stats.tx_errors++; - can_rx_offload_irq_queue_err_skb(&priv->offload, skb); + can_rx_offload_queue_tail(&priv->offload, skb); } static void flexcan_irq_state(struct net_device *dev, u32 reg_esr) @@ -639,7 +639,7 @@ static void flexcan_irq_state(struct net if (unlikely(new_state == CAN_STATE_BUS_OFF)) can_bus_off(dev); - can_rx_offload_irq_queue_err_skb(&priv->offload, skb); + can_rx_offload_queue_tail(&priv->offload, skb); } static inline struct flexcan_priv *rx_offload_to_priv(struct can_rx_offload *offload) --- a/drivers/net/can/rx-offload.c +++ b/drivers/net/can/rx-offload.c @@ -255,7 +255,8 @@ unsigned int can_rx_offload_get_echo_skb } EXPORT_SYMBOL_GPL(can_rx_offload_get_echo_skb); -int can_rx_offload_irq_queue_err_skb(struct can_rx_offload *offload, struct sk_buff *skb) +int can_rx_offload_queue_tail(struct can_rx_offload *offload, + struct sk_buff *skb) { if (skb_queue_len(&offload->skb_queue) > offload->skb_queue_len_max) @@ -266,7 +267,7 @@ int can_rx_offload_irq_queue_err_skb(str return 0; } -EXPORT_SYMBOL_GPL(can_rx_offload_irq_queue_err_skb); +EXPORT_SYMBOL_GPL(can_rx_offload_queue_tail); static int can_rx_offload_init_queue(struct net_device *dev, struct can_rx_offload *offload, unsigned int weight) { --- a/include/linux/can/rx-offload.h +++ b/include/linux/can/rx-offload.h @@ -45,7 +45,8 @@ int can_rx_offload_queue_sorted(struct c struct sk_buff *skb, u32 timestamp); unsigned int can_rx_offload_get_echo_skb(struct can_rx_offload *offload, unsigned int idx, u32 timestamp); -int can_rx_offload_irq_queue_err_skb(struct can_rx_offload *offload, struct sk_buff *skb); +int can_rx_offload_queue_tail(struct can_rx_offload *offload, + struct sk_buff *skb); void can_rx_offload_reset(struct can_rx_offload *offload); void can_rx_offload_del(struct can_rx_offload *offload); void can_rx_offload_enable(struct can_rx_offload *offload);