Skip to content

Commit

Permalink
bcma_mips: add a const qualifier
Browse files Browse the repository at this point in the history
Be a bit stricter and add few more 'const' qualifiers.

Signed-off-by: Artem Bityutskiy <[email protected]>
Cc: "Rafał Miłecki" <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
dedekind authored and David Woodhouse committed Apr 5, 2013
1 parent f39cf6c commit f1faa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bcma/driver_mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/serial_reg.h>
#include <linux/time.h>

static const char *part_probes[] = { "bcm47xxpart", NULL };
static const char * const part_probes[] = { "bcm47xxpart", NULL };

static struct physmap_flash_data bcma_pflash_data = {
.part_probe_types = part_probes,
Expand Down

0 comments on commit f1faa69

Please sign in to comment.