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

Commit d37d2dd4 authored by Todd Poynor's avatar Todd Poynor Committed by Greg Kroah-Hartman
Browse files

staging: gasket: core: remove incorrect extraneous comment



A copy-and-pasted comment from another code sequence is removed from
gasket core init sequence.

Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4801fc6f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1792,7 +1792,6 @@ static int __init gasket_init(void)
	int i;

	pr_debug("%s\n", __func__);
	/* Check for duplicates and find a free slot. */
	mutex_lock(&g_mutex);
	for (i = 0; i < GASKET_FRAMEWORK_DESC_MAX; i++) {
		g_descs[i].driver_desc = NULL;