mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
5c08b0f755
If some of the allocations fail between the dev_set_name() and the
device_register() then the name will not be freed. Fix this by
moving dev_set_name() directly in front of the call to device_register().
Fixes:
|
||
---|---|---|
.. | ||
clients | ||
controllers | ||
hsi_boardinfo.c | ||
hsi_core.c | ||
hsi_core.h | ||
Kconfig | ||
Makefile |