Skip to content

Commit

Permalink
Merge tag 'arm-soc/for-6.2/drivers-fixes' of https://github.com/Broad…
Browse files Browse the repository at this point in the history
…com/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]>
  • Loading branch information
arndb committed Jan 10, 2023
2 parents 42c18d1 + a1904fa commit 45c7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/soc/bcm2835/raspberrypi-firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct rpi_firmware_clk_rate_request {

#define RPI_FIRMWARE_CLK_RATE_REQUEST(_id) \
{ \
.id = _id, \
.id = cpu_to_le32(_id), \
}

#if IS_ENABLED(CONFIG_RASPBERRYPI_FIRMWARE)
Expand Down

0 comments on commit 45c7348

Please sign in to comment.