From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: 3c59x patches and the removal of an unused function Date: Fri, 4 May 2018 17:17:45 +0200 Message-ID: <20180504151749.6966-1-bigeasy@linutronix.de> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: "David S. Miller" , tglx@linutronix.de To: netdev@vger.kernel.org Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:41149 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbeEDPSC (ORCPT ); Fri, 4 May 2018 11:18:02 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The first patch removes an unused function. The goal of remaining three patches is to get rid of the local_irq_save() usage in the driver which benefits -RT. Sebastian