ANDROID: GKI: fix up build break where timer_delete_sync() was used
We reverted the commit that renamed del_timer_sync() to timer_delete_sync() a long while back, but that breaks the build when new users of the call get merged into LTS releases. Fix the tc358743 driver by using the "old" name of the function. Fixes: 663faf11 ("media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe") Change-Id: I56b1a69965937b3187978d0ae04d8c483916290f Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment