Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45a82f18 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: line6: Drop usb_device sysfs symlink



It's non-standard and rather superfluous.

Tested-by: default avatarChris Rorvick <chris@rorvick.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 988d350a
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -611,11 +611,6 @@ int line6_probe(struct usb_interface *interface,
	if (ret < 0)
		goto err_destruct;

	ret = sysfs_create_link(&interface->dev.kobj, &usbdev->dev.kobj,
				"usb_device");
	if (ret < 0)
		goto err_destruct;

	/* creation of additional special files should go here */

	dev_info(&interface->dev, "Line6 %s now attached\n",
@@ -649,10 +644,6 @@ void line6_disconnect(struct usb_interface *interface)
	if (usbdev == NULL)
		return;

	/* removal of additional special files should go here */

	sysfs_remove_link(&interface->dev.kobj, "usb_device");

	interface_number = interface->cur_altsetting->desc.bInterfaceNumber;
	line6 = usb_get_intfdata(interface);