Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6
[sfrench/cifs-2.6.git] / drivers / media / platform / atmel / atmel-isi.c
index e900995143a3fd80e92ecf801bfbdaa9babea17b..9958918e2449527d22e6680357664fafbb14a4f8 100644 (file)
@@ -1128,7 +1128,7 @@ static int isi_graph_parse(struct atmel_isi *isi, struct device_node *node)
                /* Remote node to connect */
                isi->entity.node = remote;
                isi->entity.asd.match_type = V4L2_ASYNC_MATCH_FWNODE;
-               isi->entity.asd.match.fwnode.fwnode = of_fwnode_handle(remote);
+               isi->entity.asd.match.fwnode = of_fwnode_handle(remote);
                return 0;
        }
 }