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

2020-10-06 Thread Martin K. Petersen
On Mon, 14 Sep 2020 14:54:03 +0800, Liu Shixin wrote: > module_platform_driver() makes the code simpler by eliminating > boilerplate code. Applied to 5.10/scsi-queue, thanks! [1/1] scsi: sun_esp: Use module_platform_driver to simplify the code https://git.kernel.org/mkp/scsi/c/ea0dc2002ef5

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

2020-09-13 Thread Liu Shixin
module_platform_driver() makes the code simpler by eliminating boilerplate code. Signed-off-by: Liu Shixin --- drivers/scsi/jazz_esp.c | 14 +- drivers/scsi/mac_esp.c| 14 +- drivers/scsi/qlogicpti.c | 14 +- drivers/scsi/sni_53c710.c | 14 +