linux-stable/drivers/extcon
Yaxiong Tian 8b755fc728 extcon: fix possible name leak in extcon_dev_register()
[ Upstream commit e66523c72c ]

In the error path after calling dev_set_name(), the device
name is leaked. To fix this, moving dev_set_name() after the
error path and before device_register.

Link: https://lore.kernel.org/lkml/TYZPR01MB4784ADCD3E951E0863F3DB72D5B8A@TYZPR01MB4784.apcprd01.prod.exchangelabs.com/
Signed-off-by: Yaxiong Tian <tianyaxiong@kylinos.cn>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-05 20:14:31 +00:00
..
Kconfig extcon: cht_wc: add POWER_SUPPLY dependency 2023-08-05 15:42:15 +09:00
Makefile
devres.c
extcon-adc-jack.c
extcon-axp288.c extcon: axp288: Replace open coded acpi_dev_put() 2023-05-29 23:30:15 +09:00
extcon-fsa9480.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-gpio.c
extcon-intel-cht-wc.c extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F 2023-02-04 13:05:42 +00:00
extcon-intel-int3496.c extcon: int3496: Add support for controlling Vbus through a regulator 2022-05-13 17:03:40 +09:00
extcon-intel-mrfld.c extcon: intel-mrfld: Sync hardware and software state on init 2021-06-21 18:28:00 +09:00
extcon-intel.h
extcon-max3355.c extcon: max3355: Drop unused include 2021-10-27 14:13:37 +09:00
extcon-max8997.c Char / Misc driver updates for 5.14-rc1 2021-07-05 13:42:16 -07:00
extcon-max14577.c extcon: extcon-max14577: Fix potential work-queue cancellation race 2021-06-17 13:21:44 +02:00
extcon-max77693.c extcon: extcon-max77693.c: Fix potential work-queue cancellation race 2021-06-17 13:22:02 +02:00
extcon-max77843.c extcon: max77843: Replace irqchip mask_invert with unmask_base 2022-12-03 15:03:39 +09:00
extcon-palmas.c extcon: palmas: Remove unused of_gpio.h 2023-05-29 23:30:15 +09:00
extcon-ptn5150.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-qcom-spmi-misc.c extcon: qcom-spmi: Switch to platform_get_irq_byname_optional 2023-05-29 23:30:15 +09:00
extcon-rt8973a.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-rt8973a.h
extcon-sm5502.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon-sm5502.h extcon: sm5502: Add support for SM5504 2021-06-21 18:28:01 +09:00
extcon-usb-gpio.c extcon: usb-gpio: Remove disable irq operation in system sleep 2022-05-13 17:03:40 +09:00
extcon-usbc-cros-ec.c extcon: usbc-cros-ec: Use struct_size() helper in kzalloc() 2022-05-13 17:03:40 +09:00
extcon-usbc-tusb320.c extcon: Switch i2c drivers back to use .probe() 2023-06-01 23:42:28 +09:00
extcon.c extcon: fix possible name leak in extcon_dev_register() 2024-02-05 20:14:31 +00:00
extcon.h extcon: Use unique number for the extcon device ID 2023-05-29 23:41:29 +09:00