diff options
| author | Logan Gunthorpe <[email protected]> | 2017-03-17 12:48:17 -0600 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-21 06:44:33 +0100 |
| commit | 38923911dcc343f7f6624fc77a4ad63f2528fbcd (patch) | |
| tree | f0019da14f35e2c1980ccd7396f28b9daaefd26b /tools/perf/scripts/python | |
| parent | 985087157cebd2e710c3e65d8c3eabde4c591f1c (diff) | |
iio:core: utilize new cdev_device_add helper function
Replace the open coded registration of the cdev and dev with the
new device_add_cdev() helper. The helper replaces a common pattern by
taking the proper reference against the parent device and adding both
the cdev and the device.
In doing so we have to remove a guard statement from cdev_del,
but this doesn't appear to be required in any way.
Signed-off-by: Logan Gunthorpe <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions