Skip to content

Commit f6445b6

Browse files
khfenggregkh
authored andcommitted
USB: storage: ums-realtek: Update module parameter description for auto_delink_en
The option named "auto_delink_en" is a bit misleading, as setting it to false doesn't really disable auto-delink but let auto-delink be firmware controlled. Update the description to reflect the real usage of this parameter. Signed-off-by: Kai-Heng Feng <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a349b95 commit f6445b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/storage/realtek_cr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ MODULE_LICENSE("GPL");
3838

3939
static int auto_delink_en = 1;
4040
module_param(auto_delink_en, int, S_IRUGO | S_IWUSR);
41-
MODULE_PARM_DESC(auto_delink_en, "enable auto delink");
41+
MODULE_PARM_DESC(auto_delink_en, "auto delink mode (0=firmware, 1=software [default])");
4242

4343
#ifdef CONFIG_REALTEK_AUTOPM
4444
static int ss_en = 1;

0 commit comments

Comments
 (0)