]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: bcm2835: Fix type of current clock speed
authorStefan Wahren <wahrenst@gmx.net>
Fri, 25 Oct 2024 10:36:15 +0000 (12:36 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 28 Oct 2024 11:33:36 +0000 (12:33 +0100)
commit9d3b4e52fd63ee7415bc8d70b0ce4fba0b643bf5
treeaff467a1f7445bcd33b4883dffe9e0f8df4ef7c9
parentba6193c80926d93b02bd059709d29eabb093a9e5
mmc: bcm2835: Fix type of current clock speed

The type of mmc_ios.clock is unsigned int, so the cached value
should be of the same type.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Message-ID: <20241025103621.4780-4-wahrenst@gmx.net>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/bcm2835.c