You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spi: tegra114: Use value to check for invalid delays
commit e979a7c upstream.
A delay unit of 0 is a valid entry, thus it is not valid to check for
unused delays. Instead, check the value field; if that is zero, the
given delay is unset.
Fixes: 4426e6b ("spi: tegra114: Don't fail set_cs_timing when delays are zero")
Cc: [email protected]
Signed-off-by: Aaron Kling <[email protected]>
Reviewed-by: Jon Hunter <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
(cherry picked from commit 55018ca1cc7ad5ae22248a507678c9b401f2147f)
0 commit comments