mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
ieee1394: nodemgr: small fix after sysfs errors patch
One hunk in "ieee1394: handle sysfs errors" was wrong. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
7b900c12cd
commit
b7cffc57a7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user