From: Quentin Lambert <lambert.quentin@gmail.com>
To: Guo-Fu Tseng <cooldavid@cooldavid.org>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] Remove redundant function
Date: Fri, 12 Dec 2014 13:34:32 +0100 [thread overview]
Message-ID: <20141212123432.GA12765@sloth> (raw)
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
next reply other threads:[~2014-12-12 12:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 12:34 Quentin Lambert [this message]
2014-12-12 20:16 ` [PATCH 0/2] Remove redundant function David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141212123432.GA12765@sloth \
--to=lambert.quentin@gmail.com \
--cc=cooldavid@cooldavid.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.