kernel: bump 5.15 to 5.15.62
[openwrt/staging/nbd.git] / target / linux / bcm27xx / patches-5.15 / 950-0003-drm-vc4-hdmi-Warn-if-we-access-the-controller-while-.patch
index cc4b57ef07f2764cbaf6236eebae78cdc79807b3..adf4709e2dbc08c9cfc918350ee31081f510b3ef 100644 (file)
@@ -29,7 +29,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20210819135931.895976-7-maxi
  #include "vc4_hdmi.h"
  
  #define VC4_HDMI_PACKET_STRIDE                        0x24
-@@ -412,6 +414,8 @@ static inline u32 vc4_hdmi_read(struct v
+@@ -415,6 +417,8 @@ static inline u32 vc4_hdmi_read(struct v
        const struct vc4_hdmi_variant *variant = hdmi->variant;
        void __iomem *base;
  
@@ -38,7 +38,7 @@ Link: https://patchwork.freedesktop.org/patch/msgid/20210819135931.895976-7-maxi
        if (reg >= variant->num_registers) {
                dev_warn(&hdmi->pdev->dev,
                         "Invalid register ID %u\n", reg);
-@@ -438,6 +442,8 @@ static inline void vc4_hdmi_write(struct
+@@ -441,6 +445,8 @@ static inline void vc4_hdmi_write(struct
        const struct vc4_hdmi_variant *variant = hdmi->variant;
        void __iomem *base;