ipv4: removed redundant conditional
authorNiv Yehezkel <executerx@gmail.com>
Fri, 8 Aug 2014 08:27:37 +0000 (04:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Aug 2014 17:22:22 +0000 (10:22 -0700)
commitb7a71b51ee37d919e4098cd961d59a883fd272d8
tree97107fa9d6117ce1ec356b793dcf033c64955abc
parent10b0046685ab410847f420d740acf604c8cb4eec
ipv4: removed redundant conditional

Since fib_lookup cannot return ESRCH no longer,
checking for this error code is no longer neccesary.

Signed-off-by: Niv Yehezkel <executerx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c