summaryrefslogtreecommitdiff
path: root/net/nfs.c
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2007-10-23 14:25:50 (GMT)
committerWolfgang Denk <wd@denx.de>2007-11-03 21:07:48 (GMT)
commit29c29c0267fe857e72014ce90c5d35b2ef6302bd (patch)
tree18da0d63f9598f150d3f9f277154266fc0816d18 /net/nfs.c
parent59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78 (diff)
downloadu-boot-fsl-qoriq-29c29c0267fe857e72014ce90c5d35b2ef6302bd.tar.xz
Fix typo in nfs.c
An obvious typo. Originally fixed in linkstation u-boot port. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'net/nfs.c')
-rw-r--r--net/nfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/nfs.c b/net/nfs.c
index df2caac..1b27c97 100644
--- 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;
}