projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59543fe
)
Fix typo in nfs.c
author
Guennadi Liakhovetski
<lg@denx.de>
Tue, 23 Oct 2007 14:25:50 +0000
(16:25 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/net/nfs.c
b/net/nfs.c
index df2caac48c83ad562767301858387c3b5acc5e3c..1b27c977c18df5dcf384c006e2e438919cfa0879 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;
}