Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5755
b: refs/heads/master
c: 22d0def
h: refs/heads/master
i:
  5753: 03c0e86
  5751: 1da8086
v: v3
  • Loading branch information
Alexander Nyberg authored and Linus Torvalds committed Aug 10, 2005
1 parent 445ab4e commit 3dee03f
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: c0438174e8272d23fe43a5d3f23d777f5b412e87
refs/heads/master: 22d0def9d09111513f5a8d38583210620f97d710
4 changes: 2 additions & 2 deletions trunk/drivers/input/gameport/ns558.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ static int __init ns558_init(void)

static void __exit ns558_exit(void)
{
struct ns558 *ns558;
struct ns558 *ns558, *safe;

list_for_each_entry(ns558, &ns558_list, node) {
list_for_each_entry_safe(ns558, safe, &ns558_list, node) {
gameport_unregister_port(ns558->gameport);
release_region(ns558->io & ~(ns558->size - 1), ns558->size);
kfree(ns558);
Expand Down

0 comments on commit 3dee03f

Please sign in to comment.