Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7cffc57 authored by Stefan Richter's avatar Stefan Richter
Browse files

ieee1394: nodemgr: small fix after sysfs errors patch



One hunk in "ieee1394: handle sysfs errors" was wrong.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 7b900c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1233,7 +1233,7 @@ int hpsb_register_protocol(struct hpsb_protocol_driver *driver)
	if (!ret)
		nodemgr_create_drv_files(driver);

	return 0;
	return ret;
}

void hpsb_unregister_protocol(struct hpsb_protocol_driver *driver)