commit | 66f0f478eceab092f31e587a61eea3aca76c7457 | [log] [tgz] |
---|---|---|
author | Tian Tao <tiantao6@hisilicon.com> | Thu Apr 29 19:20:48 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 14 16:55:50 2021 +0200 |
tree | dcbc5dd7df1ae8ff4180278646b100329160ae51 | |
parent | 8692603ff15557715d03f5363fe5314355e6f6d3 [diff] |
spi: omap-100k: Fix the length judgment problem [ Upstream commit e7a1a3abea373e41ba7dfe0fbc93cb79b6a3a529 ] word_len should be checked in the omap1_spi100k_setup_transfer function to see if it exceeds 32. Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Link: https://lore.kernel.org/r/1619695248-39045-1-git-send-email-tiantao6@hisilicon.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>