Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751290AbWA3SiM (ORCPT ); Mon, 30 Jan 2006 13:38:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751291AbWA3SiM (ORCPT ); Mon, 30 Jan 2006 13:38:12 -0500 Received: from mx1.redhat.com ([66.187.233.31]:55493 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751290AbWA3SiM (ORCPT ); Mon, 30 Jan 2006 13:38:12 -0500 Date: Mon, 30 Jan 2006 13:38:08 -0500 From: Dave Jones To: Linux Kernel Cc: akpm@osdl.org Subject: fix saa7146 kobject register failure. Message-ID: <20060130183808.GA14899@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel , akpm@osdl.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1263 Lines: 34 Whoops. kobject_register failed for hexium HV-PCI6/Orion (-13) [] kobject_register+0x31/0x47 [] bus_add_driver+0x4a/0xfd [] __pci_register_driver+0x82/0xa4 [] hexium_init_module+0xa/0x47 [hexium_orion] [] sys_init_module+0x167b/0x1822 [] do_sync_read+0xb8/0xf3 [] autoremove_wake_function+0x0/0x2d [] audit_syscall_entry+0x118/0x13f [] do_syscall_trace+0x104/0x14a [] syscall_call+0x7/0xb slashes in kobject names aren't allowed. Signed-off-by: Dave Jones --- 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], - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/