aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/juno_fpga_reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'remoteproc/juno_fpga_reset.c')
-rw-r--r--remoteproc/juno_fpga_reset.c2
1 files changed, 1 insertions, 1 deletions
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 */ },
};