]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaa6ad61f1c173a598af1eab910b62fe82cf76220
tree24df7b3568f7438921f1e65a7cb2fc26135eea8e
parent561fb7887704f9721d78f8e5b27082a8f49ccd61
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