Re: [PATCH net V2] cxgb4: fix thermal zone build error

2018-11-15 Thread Randy Dunlap
On 11/15/18 2:06 AM, Ganesh Goudar wrote: > with CONFIG_THERMAL=m and cxgb4 as built-in build fails, and > 'commit e70a57fa59bb ("cxgb4: fix thermal configuration dependencies")' > tries to fix it but when cxgb4i is made built-in build fails again, > use IS_REACHABLE instead of IS_ENABLED to fix th

Re: [PATCH net V2] cxgb4: fix thermal zone build error

2018-11-15 Thread David Miller
From: Ganesh Goudar Date: Thu, 15 Nov 2018 15:36:21 +0530 > with CONFIG_THERMAL=m and cxgb4 as built-in build fails, and > 'commit e70a57fa59bb ("cxgb4: fix thermal configuration dependencies")' > tries to fix it but when cxgb4i is made built-in build fails again, > use IS_REACHABLE instead of IS

[PATCH net V2] cxgb4: fix thermal zone build error

2018-11-15 Thread Ganesh Goudar
with CONFIG_THERMAL=m and cxgb4 as built-in build fails, and 'commit e70a57fa59bb ("cxgb4: fix thermal configuration dependencies")' tries to fix it but when cxgb4i is made built-in build fails again, use IS_REACHABLE instead of IS_ENABLED to fix the issue. Fixes: e70a57fa59bb (cxgb4: fix thermal