]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: fix build error when hwmon is off
authorKalle Valo <kvalo@qca.qualcomm.com>
Wed, 7 Jan 2015 15:04:10 +0000 (17:04 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 9 Jan 2015 16:12:36 +0000 (18:12 +0200)
commit56331173b8dee6f92036e3eebfae4d16f0392c6c
tree213eaf2e7cda3f5b5d1b5d78bae7b23dacabd0a0
parent979f7f050d33e01ebd52456ffba46364b561cfa2
ath10k: fix build error when hwmon is off

kbuild reported a linking error:

ERROR: "devm_hwmon_device_register_with_groups"
[drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined!

Fix it by returning early and letting the compiler to optimise out the function
call.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/thermal.c