* [PATCH] missing bits in sparkspkr conversion
@ 2005-10-29 6:08 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-10-29 6:08 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Dmitry Torokhov, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC14-base/drivers/input/misc/sparcspkr.c current/drivers/input/misc/sparcspkr.c
--- RC14-base/drivers/input/misc/sparcspkr.c 2005-10-28 22:35:58.000000000 -0400
+++ current/drivers/input/misc/sparcspkr.c 2005-10-29 01:55:46.000000000 -0400
@@ -143,7 +143,7 @@
sparcspkr_dev->name = "Sparc ISA Speaker";
sparcspkr_dev->event = isa_spkr_event;
- input_register_device(&sparcspkr_dev);
+ input_register_device(sparcspkr_dev);
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-29 6:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29 6:08 [PATCH] missing bits in sparkspkr conversion Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.