In rpc_check_reply() pkt is never NULL, drop the unnecessary patch. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- fs/nfs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/nfs.c b/fs/nfs.c index eb316fe295..9956791820 100644 --- a/fs/nfs.c +++ b/fs/nfs.c @@ -366,9 +366,6 @@ static int rpc_check_reply(struct packet *pkt, int rpc_prog, *nfserr = 0; - if (!pkt) - return -EAGAIN; - memcpy(&rpc, pkt->data, sizeof(rpc)); if (ntoh32(rpc.id) != rpc_id) { -- 2.26.0.rc2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox