Skip to content

Commit 99101d3

Browse files
JoePerchesdavem330
authored andcommitted
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>
1 parent 6fa59c9 commit 99101d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/pcmcia/3c589_cs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static int tc589_config(struct pcmcia_device *link)
266266
__be16 *phys_addr;
267267
int ret, i, j, multi = 0, fifo;
268268
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"};
270270
u8 *buf;
271271
size_t len;
272272

0 commit comments

Comments
 (0)