Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Joe Perches and committed by
David S. Miller
99101d3d 6fa59c9d

+1 -1
+1 -1
drivers/net/pcmcia/3c589_cs.c
··· 266 266 __be16 *phys_addr; 267 267 int ret, i, j, multi = 0, fifo; 268 268 unsigned int ioaddr; 269 - char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"}; 269 + static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"}; 270 270 u8 *buf; 271 271 size_t len; 272 272