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)
commit75c31c80a77d673062684d4d58260bae337c6934
tree74f27508ca823cb4b7a388346247b13508bc5908
parented7fb2d018fdda4fcf0e9a8602e5000c7f0d8851
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