commit | 1f19a2d1d6b9a5796182874eecdd5a67dd94b90c | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat May 21 08:59:35 2022 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 06 12:41:28 2022 +0100 |
tree | 60249409754b000544d819aaa8c5bb525092a37f | |
parent | dd9c232d47277960aba0c603c87a1cfd85d69438 [diff] |
spi: intel: Use correct order for the parameters of devm_kcalloc() We should have 'n', then 'size', not the opposite. This is harmless because the 2 values are just multiplied, but having the correct order silence a (unpublished yet) smatch warning. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/d114558dd0351b863ced8cc01b31754a5a4b960d.1653116362.git.christophe.jaillet@wanadoo.fr Signed-off-by: Mark Brown <broonie@kernel.org>