diff options
Diffstat (limited to 'drivers/fpga/stratix10-soc.c')
| -rw-r--r-- | drivers/fpga/stratix10-soc.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c index a1a09e04fab8..13851b3d1c56 100644 --- a/drivers/fpga/stratix10-soc.c +++ b/drivers/fpga/stratix10-soc.c @@ -508,14 +508,11 @@ static int __init s10_init(void)  		return -ENODEV;  	np = of_find_matching_node(fw_np, s10_of_match); -	if (!np) { -		of_node_put(fw_np); +	if (!np)  		return -ENODEV; -	}  	of_node_put(np);  	ret = of_platform_populate(fw_np, s10_of_match, NULL, NULL); -	of_node_put(fw_np);  	if (ret)  		return ret; |