]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: sh-msiof: Correct SIMDR2_GRPMASK
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 16 May 2025 13:32:16 +0000 (15:32 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 19 May 2025 10:55:30 +0000 (11:55 +0100)
commitacedbff0f0de1c116a0f8d943c4cf005f61f6143
treed543912179783514486086c99208f7f192959c06
parent8f3903b382f73eb5c36d342dea838d991e4bbe08
spi: sh-msiof: Correct SIMDR2_GRPMASK

The Group Output Mask is not a single bit, but a bit field, containing
one bit for each of the four possible groups.  Correct the definition.

Note that this change has no direct impact, as the driver only uses
the first group.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/ad268d67807cb7e544eddaf7a056793482a965d4.1747401908.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sh-msiof.c