Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186517
b: refs/heads/master
c: d9c057a
h: refs/heads/master
i:
  186515: 27737eb
v: v3
  • Loading branch information
kirjanov@gmail.com authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent f2cfd78 commit 60d9901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: f8771fa67d63c57e9eedf034939261865edc2065
refs/heads/master: d9c057ab0b19e4995884f412b7d15b6c08b1b54e
6 changes: 2 additions & 4 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -3971,10 +3971,8 @@ static void slic_debug_adapter_create(struct adapter *adapter)

static void slic_debug_adapter_destroy(struct adapter *adapter)
{
if (adapter->debugfs_entry) {
debugfs_remove(adapter->debugfs_entry);
adapter->debugfs_entry = NULL;
}
debugfs_remove(adapter->debugfs_entry);
adapter->debugfs_entry = NULL;
}

static void slic_debug_card_create(struct sliccard *card)
Expand Down

0 comments on commit 60d9901

Please sign in to comment.