Re: [PATCH -next] scsi: dc395x: use module_pci_driver to simplify the code

2020-10-13 Thread Martin K. Petersen
On Thu, 17 Sep 2020 15:10:44 +0800, Liu Shixin wrote: > Use the module_pci_driver() macro to make the code simpler > by eliminating module_init and module_exit calls. Applied to 5.10/scsi-queue, thanks! [1/1] scsi: dc395x: Use module_pci_driver() to simplify the code

Re: [PATCH -next] scsi: dc395x: use module_pci_driver to simplify the code

2020-10-06 Thread Martin K. Petersen
Liu, > Use the module_pci_driver() macro to make the code simpler by > eliminating module_init and module_exit calls. Applied to 5.10/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH -next] scsi: dc395x: use module_pci_driver to simplify the code

2020-09-17 Thread Liu Shixin
Use the module_pci_driver() macro to make the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Liu Shixin --- drivers/scsi/dc395x.c | 25 + 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/drivers/scsi/dc395x.c