Re: [PATCH] net: caif: fix error code handling
From: Tong Zhang Date: Mon, 24 Aug 2020 18:08:06 -0400 > cfpkt_peek_head return 0 and 1, caller is checking error using <0 > > Signed-off-by: Tong Zhang Applied, thank you.
[PATCH] net: caif: fix error code handling
cfpkt_peek_head return 0 and 1, caller is checking error using <0 Signed-off-by: Tong Zhang --- net/caif/cfrfml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/caif/cfrfml.c b/net/caif/cfrfml.c index ce2767e9cec6..7b0af33bdb97 100644 --- a/net/caif/cfrfml.c +++ b/ne