RE: [PATCH v2 net] ieee802154: fix one possible memleak in adf7242_probe

2020-07-20 Thread liujian (CE)
.org > Subject: Re: [PATCH v2 net] ieee802154: fix one possible memleak in > adf7242_probe > > Hello. > > On 20.07.20 16:30, Liu Jian wrote: > > When probe fail, we should destroy the workqueue. > > > > Fixes: 2795e8c25161 ("net: ieee802154: fix a potential

Re: [PATCH v2 net] ieee802154: fix one possible memleak in adf7242_probe

2020-07-20 Thread Stefan Schmidt
Hello. On 20.07.20 16:30, Liu Jian wrote: When probe fail, we should destroy the workqueue. Fixes: 2795e8c25161 ("net: ieee802154: fix a potential NULL pointer dereference") Signed-off-by: Liu Jian --- v1->v2: Change targeting from "net-next" to "net" Before sending a second version make s