Loading drivers/base/class.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -406,7 +406,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device); * * * Note, you will need to drop the reference with put_device() after use. * 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. * code. There's no locking restriction. */ */ struct device *class_find_device(struct class *class, struct device *start, struct device *class_find_device(struct class *class, struct device *start, Loading Loading
drivers/base/class.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -406,7 +406,7 @@ EXPORT_SYMBOL_GPL(class_for_each_device); * * * Note, you will need to drop the reference with put_device() after use. * 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. * code. There's no locking restriction. */ */ struct device *class_find_device(struct class *class, struct device *start, struct device *class_find_device(struct class *class, struct device *start, Loading