summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorAlexandra Diupina <adiupina@astralinux.ru>2023-09-19 17:25:02 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-10 21:43:41 +0200
commitdf2ac887b8c6048e7a0d0075148ab3e3e4ddeff7 (patch)
tree3cbb3a7883f17eb16ebd52710e2080444b93d425 /scripts/patch-kernel
parent71b1d2b57f145c8469aa9346f0fd57bf59b2b89c (diff)
drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()
[ Upstream commit a59addacf899b1b21a7b7449a1c52c98704c2472 ] Process the result of hdlc_open() and call uhdlc_close() in case of an error. It is necessary to pass the error code up the control flow, similar to a possible error in request_irq(). Also add a hdlc_close() call to the uhdlc_close() because the comment to hdlc_close() says it must be called by the hardware driver when the HDLC device is being closed Found by Linux Verification Center (linuxtesting.org) with SVACE. Fixes: c19b6d246a35 ("drivers/net: support hdlc function for QE-UCC") Signed-off-by: Alexandra Diupina <adiupina@astralinux.ru> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions