Skip to content

Commit 45c7348

Browse files
committed
Merge tag 'arm-soc/for-6.2/drivers-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM/ARM64/MIPS SoCs drivers fixes for 6.2, please pull the following: - Maxime fixes a sparse annotation for one of the Raspberry Pi firmware clock request message * tag 'arm-soc/for-6.2/drivers-fixes' of https://github.com/Broadcom/stblinux: firmware: raspberrypi: Fix type assignment Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 42c18d1 + a1904fa commit 45c7348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/soc/bcm2835/raspberrypi-firmware.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ struct rpi_firmware_clk_rate_request {
170170

171171
#define RPI_FIRMWARE_CLK_RATE_REQUEST(_id) \
172172
{ \
173-
.id = _id, \
173+
.id = cpu_to_le32(_id), \
174174
}
175175

176176
#if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)

0 commit comments

Comments
 (0)