diff options
author | Jing Xiangfeng <[email protected]> | 2020-11-20 15:49:32 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-12-09 19:45:13 +0100 |
commit | 4996b4610767064807d022dd731584f7ff78c309 (patch) | |
tree | 6d0ecf64d7e6d0c4b8502ba37931f024bae91f6c /drivers/usb/cdns3/cdns3-ti.c | |
parent | 7fe5bbdd1f43806c1e38e69585d98d956fca43e8 (diff) |
staging: olpc_dcon: Do not call platform_device_unregister() in dcon_probe()
In dcon_probe(), when platform_device_add() failes to add the device,
it jumps to call platform_device_unregister() to remove the device,
which is unnecessary. So use platform_device_put() instead.
Fixes: 53c43c5ca133 ("Revert "Staging: olpc_dcon: Remove obsolete driver"")
Signed-off-by: Jing Xiangfeng <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions