lkml.org 
[lkml]   [2020]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/20] usb: gadget: lpc32xx_udc: remove useless cast for driver.name
    Date
    device_driver name is const char pointer, so it not useful to cast
    driver_name (which is already const char).

    Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
    ---
    drivers/usb/gadget/udc/lpc32xx_udc.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/usb/gadget/udc/lpc32xx_udc.c b/drivers/usb/gadget/udc/lpc32xx_udc.c
    index d14b2bb3f67c..cb997b82c008 100644
    --- a/drivers/usb/gadget/udc/lpc32xx_udc.c
    +++ b/drivers/usb/gadget/udc/lpc32xx_udc.c
    @@ -3267,7 +3267,7 @@ static struct platform_driver lpc32xx_udc_driver = {
    .suspend = lpc32xx_udc_suspend,
    .resume = lpc32xx_udc_resume,
    .driver = {
    - .name = (char *) driver_name,
    + .name = driver_name,
    .of_match_table = of_match_ptr(lpc32xx_udc_of_match),
    },
    };
    --
    2.24.1
    \
     
     \ /
      Last update: 2020-02-18 20:34    [W:4.201 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site