summaryrefslogtreecommitdiff
path: root/net/nfs.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-11-07 14:08:15 -0600
committerJon Loeliger <jdl@freescale.com>2007-11-07 14:08:15 -0600
commit607b3ae27efdb709719f0713113fcf4b073676c1 (patch)
treee8453252f9987f99deeb7d7b98b7b6d99b5433cf /net/nfs.c
parent3cac27c1d40b151f295dcfdb514fa928732e4ecf (diff)
parent992742a5b09d9040adbd156fb90756af66ade310 (diff)
downloadu-boot-imx-607b3ae27efdb709719f0713113fcf4b073676c1.zip
u-boot-imx-607b3ae27efdb709719f0713113fcf4b073676c1.tar.gz
u-boot-imx-607b3ae27efdb709719f0713113fcf4b073676c1.tar.bz2
Merge commit 'remotes/wd/master' into newmaster
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;
}