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

Commit 12077754 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Jiri Kosina
Browse files

class_find_device: fix reference to argument "match"



There is no argument "fn".

Signed-off-by: default avatarRolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 636db7a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device);
 *
 * Note, you will need to drop the reference with put_device() after use.
 *
 * @fn is allowed to do anything including calling back into class
 * @match is allowed to do anything including calling back into class
 * code.  There's no locking restriction.
 */
struct device *class_find_device(struct class *class, struct device *start,