From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ioana Ciornei Subject: [PATCH net-next 0/6] dpaa2-eth: code cleanup Date: Fri, 12 Oct 2018 16:27:16 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Ioana Ciocoi Radulescu , Ioana Ciornei To: "netdev@vger.kernel.org" , "davem@davemloft.net" Return-path: Received: from mail-eopbgr70088.outbound.protection.outlook.com ([40.107.7.88]:34880 "EHLO EUR04-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728741AbeJMAAf (ORCPT ); Fri, 12 Oct 2018 20:00:35 -0400 Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: There are no functional changes in this patch set, only some cleanup changes such as: unused parameters, uninitialized variables and unnecessary Kconfig dependencies. Ioana Ciornei (4): dpaa2-eth: make dpaa2_eth_set_dist_key static dpaa2-eth: fix uninitialized variable warnings dpaa2-eth: remove unused priv parameter dpaa2-eth: mark unused parameter in dpaa2_eth_tx_conf Ioana Radulescu (2): dpaa2-eth: Fix Kconfig dependencies dpaa2-eth: remove unused FD field drivers/net/ethernet/freescale/dpaa2/Kconfig | 1 - drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 26 +++++++++++---------= ---- 2 files changed, 12 insertions(+), 15 deletions(-) --=20 1.9.1