Fix typo in nfs.c
authorGuennadi Liakhovetski <lg@denx.de>
Tue, 23 Oct 2007 14:25:50 +0000 (16:25 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Nov 2007 21:07:48 +0000 (22:07 +0100)
An obvious typo. Originally fixed in linkstation u-boot port.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
net/nfs.c

index df2caac..1b27c97 100644 (file)
--- a/net/nfs.c
+++ b/net/nfs.c
@@ -405,7 +405,6 @@ rpc_lookup_reply (int prog, uchar *pkt, unsigned len)
 
        if (rpc_pkt.u.reply.rstatus  ||
            rpc_pkt.u.reply.verifier ||
-           rpc_pkt.u.reply.astatus  ||
            rpc_pkt.u.reply.astatus) {
                return -1;
        }