aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remoteproc/corstone1000_es_reset.c2
-rw-r--r--remoteproc/juno_fpga_reset.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/remoteproc/corstone1000_es_reset.c b/remoteproc/corstone1000_es_reset.c
index bda57fe..4438c93 100644
--- a/remoteproc/corstone1000_es_reset.c
+++ b/remoteproc/corstone1000_es_reset.c
@@ -139,7 +139,7 @@ static int cs1k_es_reset_remove(struct platform_device *pdev)
}
static const struct of_device_id cs1k_es_reset_match[] = {
- { .compatible = "arm,cs1k_es_rst", .data = 0 },
+ { .compatible = "arm,cs1k_es_rst", .data = NULL },
{ /* sentinel */ },
};
diff --git a/remoteproc/juno_fpga_reset.c b/remoteproc/juno_fpga_reset.c
index 901d1ca..6e90304 100644
--- a/remoteproc/juno_fpga_reset.c
+++ b/remoteproc/juno_fpga_reset.c
@@ -111,7 +111,7 @@ static struct reset_control_ops juno_fpga_reset_ops = {
};
static const struct of_device_id juno_fpga_reset_match[] = {
- { .compatible = "arm,mali_fpga_sysctl", .data = 0 },
+ { .compatible = "arm,mali_fpga_sysctl", .data = NULL },
{ /* sentinel */ },
};