mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
2015b4c5da
PD#SWPL-235045 Problem: Incorrect "completion" initialization timing: the subnode driver probes before the spi controller driver, yet "completion" is initialized after subnode driver probe, this will cause a panic. Solution: fix it. Verify: T6X Change-Id: I1e77973a6c7907dfc65f943d494380d0fea144b6 Signed-off-by: Feng Chen <feng.chen@amlogic.com>