lkml.org 
[lkml]   [2017]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 07/15] mux: make device_type const
    Date
    Make this const as it is only stored in the type field of a device
    structure, which is const.
    Done using Coccinelle.

    Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
    ---
    drivers/mux/mux-core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/mux/mux-core.c b/drivers/mux/mux-core.c
    index 2fe96c4..68bd16d 100644
    --- a/drivers/mux/mux-core.c
    +++ b/drivers/mux/mux-core.c
    @@ -58,7 +58,7 @@ static void mux_chip_release(struct device *dev)
    kfree(mux_chip);
    }

    -static struct device_type mux_type = {
    +static const struct device_type mux_type = {
    .name = "mux-chip",
    .release = mux_chip_release,
    };
    --
    1.9.1
    \
     
     \ /
      Last update: 2017-08-19 10:29    [W:2.662 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site