commit | 985087157cebd2e710c3e65d8c3eabde4c591f1c | [log] [tgz] |
---|---|---|
author | Logan Gunthorpe <logang@deltatee.com> | Fri Mar 17 12:48:16 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Mar 21 06:44:33 2017 +0100 |
tree | 0b47a3414d9adad455354d4f2d660dffa1c59a43 | |
parent | a0d78193dcf2bfa7c3d169c55a7a30a5a89fca7a [diff] |
infiniband: utilize the new cdev_set_parent function This replaces the suspect looking cdev.kobj.parent lines with the equivalent cdev_set_parent function. This is a straightforward change that's largely cosmetic but it does push the kobj.parent ownership into char_dev.c where it belongs. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>