lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 12 Dec 2014 13:34:32 +0100
From:	Quentin Lambert <lambert.quentin@...il.com>
To:	Guo-Fu Tseng <cooldavid@...ldavid.org>, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Remove redundant function

tasklet_hi_enable and tasklet_enable are redundant. Since
tasklet_hi_enable is used only 6 times in 1 file, the first
patch changes calls to the function with calls to tasklet_enable.

The second patch removes tasklet_hi_enable definition.

Quentin Lambert (2):
  jme: replace calls to redundant function
  linux/interrupt.h: remove the definition of unused tasklet_hi_enable

 drivers/net/ethernet/jme.c | 12 ++++++------
 include/linux/interrupt.h  |  6 ------
 2 files changed, 6 insertions(+), 12 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ