diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-03-01 15:24:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-01 20:08:06 +0300 |
commit | 36cf3b1363f464c40f6ce647d3ac0ae9617d5fbc (patch) | |
tree | 1de22749783d9a27511f50ae1d51e965ce6ade36 /include/linux/device.h | |
parent | 2c1ea6abde8884208a9b94254740ae4597c62000 (diff) | |
download | linux-36cf3b1363f464c40f6ce647d3ac0ae9617d5fbc.tar.xz |
driver core: platform: remove misleading err_alloc label
In platform_device_register_full() the err_alloc label is
misleading, we only ever jump to it if the pdev is NULL,
but it then proceeds to free it, which is a no-op.
Remove the label and simply exit the function immediately.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
0 files changed, 0 insertions, 0 deletions