Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256879
b: refs/heads/master
c: a8c6da9
h: refs/heads/master
i:
  256877: e827bba
  256875: 5412acd
  256871: 2ad24d2
  256863: 7d9d9c2
v: v3
  • Loading branch information
Nicholas Bellinger committed Jul 22, 2011
1 parent 8de9c74 commit 0bea143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: efa4988d72c69d3024ee25ad1ae87c83b9f8267e
refs/heads/master: a8c6da90b823fb94ca76ca0df6bb44e6e205dc87
15 changes: 0 additions & 15 deletions trunk/drivers/target/target_core_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ static int target_fabric_tf_ops_check(
int target_fabric_configfs_register(
struct target_fabric_configfs *tf)
{
struct config_group *su_group;
int ret;

if (!(tf)) {
Expand All @@ -546,12 +545,6 @@ int target_fabric_configfs_register(
" pointer\n");
return -EINVAL;
}
su_group = &tf->tf_subsys->su_group;
if (!(su_group)) {
printk(KERN_ERR "Unable to locate target struct config_group"
" pointer\n");
return -EINVAL;
}
ret = target_fabric_tf_ops_check(tf);
if (ret < 0)
return ret;
Expand All @@ -565,7 +558,6 @@ EXPORT_SYMBOL(target_fabric_configfs_register);
void target_fabric_configfs_deregister(
struct target_fabric_configfs *tf)
{
struct config_group *su_group;
struct configfs_subsystem *su;

if (!(tf)) {
Expand All @@ -579,13 +571,6 @@ void target_fabric_configfs_deregister(
" pointer\n");
return;
}
su_group = &tf->tf_subsys->su_group;
if (!(su_group)) {
printk(KERN_ERR "Unable to locate target struct config_group"
" pointer\n");
return;
}

printk(KERN_INFO "<<<<<<<<<<<<<<<<<<<<<< BEGIN FABRIC API >>>>>>>>>>"
">>>>>>>>>>>>\n");
mutex_lock(&g_tf_lock);
Expand Down

0 comments on commit 0bea143

Please sign in to comment.