mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ANDROID: Fix wq fp check for CFI builds
A previous change added a test on the wrong config flag; rename CFI to CFI_CLANG. Bug: 145210207 Change-Id: Id8aead2eb2c75ad6442d10165f6cb86ccfb9c2f9 Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
parent
a4cad4eb80
commit
c5d2219efd
@ -1532,7 +1532,7 @@ static void __queue_delayed_work(int cpu, struct workqueue_struct *wq,
|
||||
struct work_struct *work = &dwork->work;
|
||||
|
||||
WARN_ON_ONCE(!wq);
|
||||
#ifndef CONFIG_CFI
|
||||
#ifndef CONFIG_CFI_CLANG
|
||||
WARN_ON_ONCE(timer->function != delayed_work_timer_fn);
|
||||
#endif
|
||||
WARN_ON_ONCE(timer->data != (unsigned long)dwork);
|
||||
|
Loading…
x
Reference in New Issue
Block a user