e1000: remove the check: skb->len<=0
authorYongjian Xu <[email protected]>
Tue, 20 May 2014 08:22:50 +0000 (08:22 +0000)
committerJeff Kirsher <[email protected]>
Wed, 4 Jun 2014 06:57:57 +0000 (23:57 -0700)
commitc46d15040450c9d6031d90b93382f77419d495ed
tree8e37a795743b7810fbbbabdf34e0c93c7b012f76
parent27dff8b2f680ce966b5d959be9d69dd0edd92e3b
e1000: remove the check: skb->len<=0

There is no case skb->len would be 0 or 'negative'.
Remove the check.

Signed-off-by: Yongjian Xu <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/e1000/e1000_main.c