Fix typo in nfs.c
An obvious typo. Originally fixed in linkstation u-boot port. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
This commit is contained in:
parent
59543fe00a
commit
29c29c0267
|
|
@ -405,7 +405,6 @@ rpc_lookup_reply (int prog, uchar *pkt, unsigned len)
|
||||||
|
|
||||||
if (rpc_pkt.u.reply.rstatus ||
|
if (rpc_pkt.u.reply.rstatus ||
|
||||||
rpc_pkt.u.reply.verifier ||
|
rpc_pkt.u.reply.verifier ||
|
||||||
rpc_pkt.u.reply.astatus ||
|
|
||||||
rpc_pkt.u.reply.astatus) {
|
rpc_pkt.u.reply.astatus) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue