Re: [PATCH v3] fsl_ucc_hdlc: process the result of hold_open()

From: Александра Дюпина
Date: Fri Sep 01 2023 - 06:48:21 EST


Thanks for the review!

28.08.2023 22:38, Jakub Kicinski пишет:
Don't you have to undo all the things done prior to hdlc_open()?
Yes, it looks like I really need to undo everything that was done before hdlc_open().
But the question arose - would it be enough to call the uhdlc_close(dev) function?
In addition, it seems to me and my colleagues that a call to hdlc_close(dev) should be added to the uhdlc_close() function, similar to the following functions:
1. drivers/net/wan/n2.c (n2_close function)
2. drivers/net/wan/pc300too.c (pc300_close function)
3. drivers/net/wan/pci200syn.c (pci200_close function)
4. drivers/net/wan/wanxl.c (wanxl_close function)
Tell me, please, are we wrong?