Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99101d3d authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

drivers/net/pcmcia: Use static const char * const where possible

parent 6fa59c9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ static int tc589_config(struct pcmcia_device *link)
    __be16 *phys_addr;
    int ret, i, j, multi = 0, fifo;
    unsigned int ioaddr;
    char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
    static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
    u8 *buf;
    size_t len;