All of lore.kernel.org
 help / color / mirror / Atom feed
* fix saa7146 kobject register failure.
@ 2006-01-30 18:38 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-01-30 18:38 UTC (permalink / raw)
  To: Linux Kernel; +Cc: akpm

Whoops.

kobject_register failed for hexium HV-PCI6/Orion (-13)
[<c01d3eb6>] kobject_register+0x31/0x47
[<c023a996>] bus_add_driver+0x4a/0xfd
[<c01de3c1>] __pci_register_driver+0x82/0xa4
[<d083400a>] hexium_init_module+0xa/0x47 [hexium_orion]
[<c013bdae>] sys_init_module+0x167b/0x1822
[<c01633f7>] do_sync_read+0xb8/0xf3
[<c0133fa3>] autoremove_wake_function+0x0/0x2d
[<c0145390>] audit_syscall_entry+0x118/0x13f
[<c0106ae2>] do_syscall_trace+0x104/0x14a
[<c0103d21>] syscall_call+0x7/0xb

slashes in kobject names aren't allowed.

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.15.noarch/drivers/media/video/hexium_orion.c~	2006-01-30 13:36:05.000000000 -0500
+++ linux-2.6.15.noarch/drivers/media/video/hexium_orion.c	2006-01-30 13:36:24.000000000 -0500
@@ -484,7 +484,7 @@ static struct saa7146_ext_vv vv_data = {
 };
 
 static struct saa7146_extension extension = {
-	.name = "hexium HV-PCI6/Orion",
+	.name = "hexium HV-PCI6 Orion",
 	.flags = 0,		// SAA7146_USE_I2C_IRQ,
 
 	.pci_tbl = &pci_tbl[0],

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-30 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-30 18:38 fix saa7146 kobject register failure Dave Jones

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.