From: Patrick Boettcher Date: Fri, 8 Jul 2005 00:58:30 +0000 (-0700) Subject: [PATCH] dvb: usb/pci: correct syntax of driver name fields X-Git-Tag: v2.6.13-rc3~157 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b5c1c47fd6c5ae26d279756e8a050c721ea379;p=pandora-kernel.git [PATCH] dvb: usb/pci: correct syntax of driver name fields Change the name-field of the pci_driver and usb_driver structs to the name of the module after compilation. It seems that this field is used in some places where special characters are not allowed. Thanks to Alan Halverson for finding this problem. Signed-off-by: Patrick Boettcher Signed-off-by: Johannes Stezenbach Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed