git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6faab12
)
ath10k: fix build error when hwmon is off
author
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 7 Jan 2015 15:04:10 +0000
(17:04 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Fri, 9 Jan 2015 16:12:36 +0000
(18:12 +0200)
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>
No differences found