lkml.org 
[lkml]   [2012]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[34-longterm 101/196] FLEXCOP-PCI: fix __xlate_proc_name-warning for flexcop-pci
    Date
    From: Patrick Boettcher <pboettcher@kernellabs.com>

    -------------------
    This is a commit scheduled for the next v2.6.34 longterm release.
    If you see a problem with using this for longterm, please comment.
    -------------------

    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 | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/dvb/b2c2/flexcop-pci.c b/drivers/media/dvb/b2c2/flexcop-pci.c
    index 227c020..4f3e3ce 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 {
    --
    1.7.9.3


    \
     
     \ /
      Last update: 2012-03-13 01:53    [W:4.134 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site