Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333039
b: refs/heads/master
c: b659f4b
h: refs/heads/master
i:
  333037: 5ca31ba
  333035: 89833f4
  333031: d1c995a
  333023: b983b25
v: v3
  • Loading branch information
Wei Yongjun authored and Nicholas Bellinger committed Sep 22, 2012
1 parent 1d064be commit 6b10abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e4b11b89f9039ca97b2ed1b6efeb6749fbdeb252
refs/heads/master: b659f4b4ff52b14dcef4848e3f434b3582842960
4 changes: 2 additions & 2 deletions trunk/drivers/target/sbp/sbp_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -2543,9 +2543,9 @@ static int sbp_register_configfs(void)
int ret;

fabric = target_fabric_configfs_init(THIS_MODULE, "sbp");
if (!fabric) {
if (IS_ERR(fabric)) {
pr_err("target_fabric_configfs_init() failed\n");
return -ENOMEM;
return PTR_ERR(fabric);
}

fabric->tf_ops = sbp_ops;
Expand Down

0 comments on commit 6b10abb

Please sign in to comment.