From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com
Subject: [net-next v2 0/7][pull request] Intel Wired LAN Driver Updates
Date: Fri, 10 Feb 2012 00:08:50 -0800 [thread overview]
Message-ID: <1328861337-12810-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
The following series contains updates to igb and e1000e.
Majority of the updates are to e1000e and do the following:
- several cleanups which remove unnecessary () and returns from void
functions
- remove test that is always false
- use 'true' instead of '1' for boolean
The one igb fix resolves warning about unused function.
v2- updated patch 4 based on feedback from community
The following are changes since commit 4cbbb04dc115423682349aa7466c8aeead825140:
cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATE
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master
Bruce Allan (6):
e1000e: remove test that is always false
e1000e: remove unnecessary returns from void functions
e1000e: remove unnecessary parentheses
e1000e: use true/false for bool autoneg_false
e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()
e1000e: replace '1' with 'true' for boolean get_link_status
Emil Tantilov (1):
igb: fix warning about unused function
drivers/net/ethernet/intel/e1000e/80003es2lan.c | 7 ++---
drivers/net/ethernet/intel/e1000e/82571.c | 9 +++---
drivers/net/ethernet/intel/e1000e/ethtool.c | 4 +-
drivers/net/ethernet/intel/e1000e/ich8lan.c | 8 +----
drivers/net/ethernet/intel/e1000e/mac.c | 32 ++++++++++-------------
drivers/net/ethernet/intel/e1000e/manage.c | 2 +-
drivers/net/ethernet/intel/e1000e/netdev.c | 13 +++-----
drivers/net/ethernet/intel/e1000e/phy.c | 12 ++++----
drivers/net/ethernet/intel/igb/igb_main.c | 4 +++
9 files changed, 41 insertions(+), 50 deletions(-)
--
1.7.7.6
next reply other threads:[~2012-02-10 8:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 8:08 Jeff Kirsher [this message]
2012-02-10 8:08 ` [net-next 1/7] e1000e: remove test that is always false Jeff Kirsher
2012-02-10 8:08 ` [net-next 2/7] e1000e: remove unnecessary returns from void functions Jeff Kirsher
2012-02-10 8:08 ` [net-next 3/7] e1000e: remove unnecessary parentheses Jeff Kirsher
2012-02-10 8:08 ` [net-next 4/7] e1000e: use true/false for bool autoneg_false Jeff Kirsher
2012-02-10 8:08 ` [net-next 6/7] e1000e: replace '1' with 'true' for boolean get_link_status Jeff Kirsher
2012-02-10 8:08 ` [net-next 7/7] igb: fix warning about unused function Jeff Kirsher
2012-02-10 20:11 ` [net-next v2 0/7][pull request] Intel Wired LAN Driver Updates David Miller
-- strict thread matches above, loose matches on Subject: below --
2012-05-02 9:13 Jeff Kirsher
2012-05-02 23:45 ` David Miller
2014-06-04 7:04 Jeff Kirsher
2014-06-04 21:40 ` 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=1328861337-12810-1-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=davem@davemloft.net \
--cc=gospo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=sassmann@redhat.com \
/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 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).