summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Boettcher <pboettcher@kernellabs.com>2011-04-03 12:40:24 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-02 09:19:44 -0700
commit725bb43507cf71e2f48ec929403abe60c35254e8 (patch)
tree52ee85d1e39c3225b0dd0bd733fbe6967ca5ee8c
parent6a682f634ba9615d3498d1e20a23e9d4fcb39f16 (diff)
FLEXCOP-PCI: fix __xlate_proc_name-warning for flexcop-pci
commit b934c20de1398d4a82d2ecfeb588a214a910f13f upstream. This patch fixes the warning about bad names for sys-fs and other kernel-things. The flexcop-pci driver was using '/'-characters in it, which is not good. This has been fixed in several attempts by several people, but obviously never made it into the kernel. Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com> Cc: Steffen Barszus <steffenbpunkt@googlemail.com> Cc: Boris Cuber <me@boris64.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/media/dvb/b2c2/flexcop-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-pci.c b/drivers/media/dvb/b2c2/flexcop-pci.c
index 227c0200b70..4f3e3ceaa7c 100644
--- a/drivers/media/dvb/b2c2/flexcop-pci.c
+++ b/drivers/media/dvb/b2c2/flexcop-pci.c
@@ -38,7 +38,7 @@ MODULE_PARM_DESC(debug,
DEBSTATUS);
#define DRIVER_VERSION "0.1"
-#define DRIVER_NAME "Technisat/B2C2 FlexCop II/IIb/III Digital TV PCI Driver"
+#define DRIVER_NAME "flexcop-pci"
#define DRIVER_AUTHOR "Patrick Boettcher <patrick.boettcher@desy.de>"
struct flexcop_pci {