]> git.karo-electronics.de Git - karo-tx-linux.git/commit
FLEXCOP-PCI: fix __xlate_proc_name-warning for flexcop-pci
authorPatrick Boettcher <pboettcher@kernellabs.com>
Sun, 3 Apr 2011 15:40:24 +0000 (12:40 -0300)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:27 +0000 (10:57 -0400)
commita78c65b2801ab148c82dfcbfce4a2c06d270485b
tree831a9b18d5aa4fbed8a400f0faa6a14a0c4e5eaa
parent3053729dbddfa5b9b53c8abbaac8743cdbe2beb1
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/dvb/b2c2/flexcop-pci.c