]> git.baikalelectronics.ru Git - kernel.git/commit
smsc911x: Remove dev==NULL check.
authorJeremy Linton <jeremy.linton@arm.com>
Wed, 19 Aug 2015 16:46:43 +0000 (11:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Aug 2015 21:36:25 +0000 (14:36 -0700)
commit21dfbcb66295f3486982695b37abb319822acaf8
tree771aef9a691368b5f88671302f609a550d73e29e
parentcfff9461f41324ca2ef3986d22c6451b41c2e83a
smsc911x: Remove dev==NULL check.

The dev==NULL check in smsc911x_probe_config is useless
and isn't providing any additional protection. If a fwnode
doesn't exist then an appropriate error should be returned
by device_get_phy_mode() covering the original case
of a missing of/fwnode.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/smsc/smsc911x.c