Skip to content

Commit

Permalink
ieee1394: nodemgr: small fix after sysfs errors patch
Browse files Browse the repository at this point in the history
One hunk in "ieee1394: handle sysfs errors" was wrong.

Signed-off-by: Stefan Richter <[email protected]>
  • Loading branch information
Stefan Richter committed Dec 7, 2006
1 parent 7b900c1 commit b7cffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee1394/nodemgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7cffc5

Please sign in to comment.