Skip to content
Unverified Commit d501cc4c authored by David Jander's avatar David Jander Committed by Mark Brown
Browse files

spi: spi.c: Add missing __percpu annotations in users of spi_statistics



Fixes sparse warnings of this kind:
drivers/spi/spi.c:117:16: sparse:     expected struct spi_statistics *
drivers/spi/spi.c:117:16: sparse:     got struct spi_statistics [noderef]
 __percpu *[assigned] pcpu_stats

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarDavid Jander <david@protonic.nl>
Link: https://lore.kernel.org/r/20220805084458.1602277-1-david@protonic.nl
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 69243df9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment