]> git.ipfire.org Git - thirdparty/linux.git/commit
hwmon: (aspeed-g6-pwm-tach): remove redundant driver remove callback
authorBilly Tsai <billy_tsai@aspeedtech.com>
Mon, 9 Mar 2026 02:33:24 +0000 (10:33 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:06 +0000 (19:45 -0700)
commit46fef8583daa1bf78fda7eaa523c64d4440322ac
tree6d5c72b897eda2bb61518a2b28c2889e610d3dbb
parent967ee29c103a44c6e584a5e37401968a69e54a0c
hwmon: (aspeed-g6-pwm-tach): remove redundant driver remove callback

Drops the remove callback as it only asserts reset and the probe already
registers a devres action (devm_add_action_or_reset()) to call
aspeed_pwm_tach_reset_assert().

Fixes: 7e1449cd15d1 ("hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach")
Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
Link: https://lore.kernel.org/r/20260309-pwm_fixes-v2-1-ca9768e70470@aspeedtech.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/aspeed-g6-pwm-tach.c