From: Mark Brown Date: Fri, 22 May 2026 10:55:30 +0000 (+0100) Subject: spi: aspeed: Fix __iomem annotation and VLA parameter X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae14c160f4bd6713d2910e86218ff4da8892c9e3;p=thirdparty%2Fkernel%2Flinux.git spi: aspeed: Fix __iomem annotation and VLA parameter Chin-Ting Kuo says: This series fixes two sparse warnings reported by the kernel test robot. The first patch fixes missing __iomem annotation on an MMIO pointer parameter, which also caused a redundant cast at the call site. A VLA function parameter warning is also fixed in this patch series. Link: https://patch.msgid.link/20260522071621.102507-1-chin-ting_kuo@aspeedtech.com --- ae14c160f4bd6713d2910e86218ff4da8892c9e3