Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: ufs: core: Drop driver owner initialization

Core in scsi_register_driver() already sets the .owner, so driver does not
need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240328-b4-module-owner-scsi-v1-6-c86cb4f6e91c@linaro.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Krzysztof Kozlowski and committed by
Martin K. Petersen
9282899e 2ee2d99f

-1
-1
drivers/ufs/core/ufshcd.c
··· 10864 10864 static struct scsi_driver ufs_dev_wlun_template = { 10865 10865 .gendrv = { 10866 10866 .name = "ufs_device_wlun", 10867 - .owner = THIS_MODULE, 10868 10867 .probe = ufshcd_wl_probe, 10869 10868 .remove = ufshcd_wl_remove, 10870 10869 .pm = &ufshcd_wl_pm_ops,