diff options
author | 2017-03-17 12:48:14 -0600 | |
---|---|---|
committer | 2017-03-21 06:44:33 +0100 | |
commit | 1c1d152cc5ac3a67d199728a9ba0b4f54a498f8b (patch) | |
tree | 6b449f67aaa42fef6e01ecd78cc64ce1ec4ba660 /drivers/infiniband/core/user_mad.c | |
parent | tpm-chip: utilize new cdev_device_add helper function (diff) | |
download | wireguard-linux-1c1d152cc5ac3a67d199728a9ba0b4f54a498f8b.tar.xz wireguard-linux-1c1d152cc5ac3a67d199728a9ba0b4f54a498f8b.zip |
platform/chrome: cros_ec_dev - 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.
At the same time we cleanup the error path through device_probe
function: we use put_device instead of kfree directly as recommended
by the device_initialize documentation.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/infiniband/core/user_mad.c')
0 files changed, 0 insertions, 0 deletions