scsi: initio: Use module_pci_driver() to simplify the code
authorLiu Shixin <liushixin2@huawei.com>
Thu, 17 Sep 2020 07:10:45 +0000 (15:10 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Oct 2020 01:48:28 +0000 (21:48 -0400)
commitca57b069954ab68d936af65c871d3a122938de2a
tree24df7b3568f7438921f1e65a7cb2fc26135eea8e
parent75c31c80a77d673062684d4d58260bae337c6934
scsi: initio: 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/20200917071045.1909320-1-liushixin2@huawei.com
Signed-off-by: Liu Shixin <liushixin2@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/initio.c