From: Jeremy Linton <jeremy.linton@arm.com>
To: netdev@vger.kernel.org
Cc: gregkh@linuxfoundation.org, steve.glendinning@shawell.net,
linux@roeck-us.net, jeremy.linton@arm.com
Subject: [PATCH 0/2] Small cleanups for smsc and device property
Date: Wed, 19 Aug 2015 11:46:41 -0500 [thread overview]
Message-ID: <1440002803-5113-1-git-send-email-jeremy.linton@arm.com> (raw)
These patches are against net-next.
This patch set adds a length check to device_get_mac_addr() before
calling is_valid_ether_addr(), it also removes an unisssary dev==null
check.
The remainder is updates to the comments.
Jeremy Linton (2):
device property: Add ETH_ALEN check, update comments.
smsc911x: Remove dev==NULL check.
drivers/base/property.c | 21 +++++++++++++--------
drivers/net/ethernet/smsc/smsc911x.c | 3 ---
2 files changed, 13 insertions(+), 11 deletions(-)
--
2.4.3
next reply other threads:[~2015-08-19 16:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 16:46 Jeremy Linton [this message]
2015-08-19 16:46 ` [PATCH 1/2] device property: Add ETH_ALEN check, update comments Jeremy Linton
2015-08-20 21:37 ` David Miller
2015-08-19 16:46 ` [PATCH 2/2] smsc911x: Remove dev==NULL check Jeremy Linton
2015-08-20 21:38 ` 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=1440002803-5113-1-git-send-email-jeremy.linton@arm.com \
--to=jeremy.linton@arm.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux@roeck-us.net \
--cc=netdev@vger.kernel.org \
--cc=steve.glendinning@shawell.net \
/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).