Selaa lähdekoodia

Fix typo in nfs.c

An obvious typo. Originally fixed in linkstation u-boot port.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Guennadi Liakhovetski 17 vuotta sitten
vanhempi
commit
29c29c0267
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      net/nfs.c

+ 0 - 1
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;
 	}