Skip to content

Commit

Permalink
[PATCH] missing bits in sparkspkr conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 29, 2005
1 parent f6b52e8 commit 9d86b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/sparcspkr.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int __init init_isa_beep(struct sparc_isa_device *isa_dev)
sparcspkr_dev->name = "Sparc ISA Speaker";
sparcspkr_dev->event = isa_spkr_event;

input_register_device(&sparcspkr_dev);
input_register_device(sparcspkr_dev);

return 0;
}
Expand Down

0 comments on commit 9d86b7d

Please sign in to comment.