smsc95xx: expand check_ macros
authorSteve Glendinning <steve.glendinning@shawell.net>
Fri, 30 Nov 2012 05:55:52 +0000 (05:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Nov 2012 17:27:21 +0000 (12:27 -0500)
commitb052e0737593c2a9c9b5f984e19e99f45435ef75
tree046275e1af95af10ab1ae47233e48aa68f69c625
parent068bb1a75a94eacfaaacf3b0ecf4feb349fa8e13
smsc95xx: expand check_ macros

These macros, while reducing the amount of code, hide flow control
and make the code more confusing to follow and review.  This patch
expands them.  It should have no functional effect on the driver.

Signed-off-by: Steve Glendinning <steve.glendinning@shawell.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/smsc95xx.c