mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
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…
x
Reference in New Issue
Block a user