diff --git a/package/procd/files/hotplug.json b/package/procd/files/hotplug.json
index 43fec0c0d3365d9514fa6cdc600961b38b541378..c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7 100644
--- a/package/procd/files/hotplug.json
+++ b/package/procd/files/hotplug.json
@@ -33,10 +33,7 @@
 					],
 					[ "if",
 						[ "has", "DEVNAME" ],
-						[
-							[ "makedev", "/dev/%DEVNAME%", "0644" ],
-							[ "return" ],
-						],
+						[ "makedev", "/dev/%DEVNAME%", "0644" ],
 					],
 				],
 			],