Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9149
b: refs/heads/master
c: 8b20f6d
h: refs/heads/master
i:
  9147: 52bba4a
v: v3
  • Loading branch information
Deepak Saxena authored and Linus Torvalds committed Sep 21, 2005
1 parent 1a5cfa6 commit 492dfa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40da47e1159b89f2df5c718d2d5e269ced72b541
refs/heads/master: 8b20f6da20d874a58becc7a08b130c4382ea7325
5 changes: 4 additions & 1 deletion trunk/drivers/message/i2o/config-osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ static int __init i2o_config_init(void)
return -EBUSY;
}
#ifdef CONFIG_I2O_CONFIG_OLD_IOCTL
if (i2o_config_old_init())
if (i2o_config_old_init()) {
osm_err("old config handler initialization failed\n");
i2o_driver_unregister(&i2o_config_driver);
return -EBUSY;
}
#endif

return 0;
Expand Down

0 comments on commit 492dfa5

Please sign in to comment.