• Mike Isely's avatar
    V4L/DVB (10259): pvrusb2: Code module name directly in printk · 94b5ff9c
    Mike Isely authored
    The name of the pvrusb2 module is not likely to ever change, and there
    are plenty of other places where the name is directly coded, so there
    is little utility in using a macro to infer the module name here.  In
    addition, using that macro complicates other uses of the driver
    involving older kernels where this macro works differently.  Yes I
    know for many places we don't have to worry about that.  But my
    alternative is that I have to build special logic in the pvrusb2
    standalone driver to special-case what is otherwise costmetic and that
    is just plain nuts for something as trivial as this, especially since
    this change does not at all have any compile time or run time impact
    on the driver.  I'm just removing a nicety that didn't have a lot of
    value here to begin with.
    Signed-off-by: default avatarMike Isely <isely@pobox.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
    94b5ff9c
pvrusb2-main.c 4.38 KB