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

Commit 3dc6198a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: f_ccid: Assign descriptors only in function bind"

parents 06bc42a1 e5545c9b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1037,9 +1037,6 @@ static int ccid_bind_config(struct f_ccid *ccid_dev)
	pr_debug("ccid_bind_config\n");

	ccid_dev->function.name = FUNCTION_NAME;
	ccid_dev->function.fs_descriptors = ccid_fs_descs;
	ccid_dev->function.hs_descriptors = ccid_hs_descs;
	ccid_dev->function.ss_descriptors = ccid_ss_descs;
	ccid_dev->function.bind = ccid_function_bind;
	ccid_dev->function.unbind = ccid_function_unbind;
	ccid_dev->function.set_alt = ccid_function_set_alt;