netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove redundant function
@ 2014-12-12 12:34 Quentin Lambert
  2014-12-12 20:16 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Quentin Lambert @ 2014-12-12 12:34 UTC (permalink / raw)
  To: Guo-Fu Tseng, netdev, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-12 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 12:34 [PATCH 0/2] Remove redundant function Quentin Lambert
2014-12-12 20:16 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).