kernel: bump 4.19 to 4.19.62
[openwrt/staging/dedeckeh.git] / target / linux / brcm2708 / patches-4.19 / 950-0319-staging-mmal-vchiq-Fix-client_component-for-64-bit-k.patch
index 098362baf68eb037e81c21aa93dc47941418d4cb..f06f3034e13b2bd90c37f2bab903681a4c39333d 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
 
 --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
 +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
-@@ -472,9 +472,9 @@ buffer_from_host(struct vchiq_mmal_insta
+@@ -473,9 +473,9 @@ buffer_from_host(struct vchiq_mmal_insta
  static void event_to_host_cb(struct vchiq_mmal_instance *instance,
                             struct mmal_msg *msg, u32 msg_len)
  {
@@ -34,7 +34,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
        struct vchiq_mmal_port *port = NULL;
        struct mmal_msg_context *msg_context;
        u32 port_num = msg->u.event_to_host.port_num;
-@@ -1073,7 +1073,7 @@ static int create_component(struct vchiq
+@@ -1074,7 +1074,7 @@ static int create_component(struct vchiq
  
        /* build component create message */
        m.h.type = MMAL_MSG_TYPE_COMPONENT_CREATE;
@@ -43,7 +43,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
        strncpy(m.u.component_create.name, name,
                sizeof(m.u.component_create.name));
  
-@@ -1868,6 +1868,12 @@ int vchiq_mmal_component_init(struct vch
+@@ -1869,6 +1869,12 @@ int vchiq_mmal_component_init(struct vch
                goto unlock;
        }