Re: [PATCH] xen/pcifront: Removed unnecessary __ref annotation

2021-08-30 Thread Sergio Miguéns Iglesias
Thanks a lot for your reply! I am sending a v2 patch to fix all the issues. Sergio M. Iglesias. On 21/08/30 06:55, Juergen Gross wrote: > On 30.08.21 00:14, Sergio Miguéns Iglesias wrote: > > An unnecessary "__ref" annotation was removed from the > > "drivers/pci/xen_pcifront.c" file. The functio

Re: [PATCH] xen/pcifront: Removed unnecessary __ref annotation

2021-08-29 Thread Juergen Gross
On 30.08.21 00:14, Sergio Miguéns Iglesias wrote: An unnecessary "__ref" annotation was removed from the "drivers/pci/xen_pcifront.c" file. The function where the annotation was used was "pcifront_backend_changed()", which does not call any functions annotated as "__*init" nor "__*exit". This mak

[PATCH] xen/pcifront: Removed unnecessary __ref annotation

2021-08-29 Thread Sergio Miguéns Iglesias
An unnecessary "__ref" annotation was removed from the "drivers/pci/xen_pcifront.c" file. The function where the annotation was used was "pcifront_backend_changed()", which does not call any functions annotated as "__*init" nor "__*exit". This makes "__ref" unnecessary since this annotation is used