Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175065
b: refs/heads/master
c: 92c4bad
h: refs/heads/master
i:
  175063: 0eae0a2
v: v3
  • Loading branch information
Bart Massey authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 8b737f0 commit 1eb1c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 962331810fffda3e9ee474fbd9d748ee32ecc1f6
refs/heads/master: 92c4bad75cef701af881c8caffa1b02f7891a295
5 changes: 2 additions & 3 deletions trunk/drivers/staging/comedi/drivers/ni_labpc_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,8 @@ static void labpc_cs_detach(struct pcmcia_device *link)
labpc_release(link);
}

/* This points to the parent local_info_t struct */
if (link->priv)
kfree(link->priv);
/* This points to the parent local_info_t struct (may be null) */
kfree(link->priv);

} /* labpc_cs_detach */

Expand Down

0 comments on commit 1eb1c5b

Please sign in to comment.