]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: dc395x: Use module_pci_driver() to simplify the code
authorLiu Shixin <liushixin2@huawei.com>
Thu, 17 Sep 2020 07:10:44 +0000 (15:10 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Oct 2020 01:48:28 +0000 (21:48 -0400)
commit561fb7887704f9721d78f8e5b27082a8f49ccd61
tree74f27508ca823cb4b7a388346247b13508bc5908
parent08212ea141e9848782a36f5be68e614cbc8fe1fb
scsi: dc395x: Use module_pci_driver() to simplify the code

Use the module_pci_driver() macro to make the code simpler by eliminating
module_init() and module_exit() calls.

Link: https://lore.kernel.org/r/20200917071044.1909268-1-liushixin2@huawei.com
Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/dc395x.c