]> Pileus Git - ~andy/linux/commit
smsc75xx: expand check_ macros
authorSteve Glendinning <steve.glendinning@shawell.net>
Fri, 30 Nov 2012 04:52:44 +0000 (04:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Nov 2012 17:27:20 +0000 (12:27 -0500)
commite3c678e6d7484dc03fc36d3bfebb8ebb94574110
tree3c07932e262fd50033ef600d72fea81cc1594620
parent2305c54ffc389f1e73f2b1122a4c75bb0e8e6601
smsc75xx: 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/smsc75xx.c