diff options
author | 2023-12-07 22:07:23 +0100 | |
---|---|---|
committer | 2023-12-08 10:36:02 -0800 | |
commit | 307004e8b254ad28e150b63f299ab9caa4bc7c3e (patch) | |
tree | e90628292758120df0d08997bdba4a3812320fff /tools/perf/scripts/python/export-to-postgresql.py | |
parent | hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() (diff) | |
download | wireguard-linux-307004e8b254ad28e150b63f299ab9caa4bc7c3e.tar.xz wireguard-linux-307004e8b254ad28e150b63f299ab9caa4bc7c3e.zip |
hwmon: (corsair-psu) Fix probe when built-in
It seems that when the driver is built-in, the HID bus is
initialized after the driver is loaded, which whould cause
module_hid_driver() to fail.
Fix this by registering the driver after the HID bus using
late_initcall() in accordance with other hwmon HID drivers.
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20231207210723.222552-1-W_Armin@gmx.de
[groeck: Dropped "compile tested" comment; the patch has been tested
but the tester did not provide a Tested-by: tag]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions