Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374742
b: refs/heads/master
c: d50dcb1
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and David Woodhouse committed Apr 5, 2013
1 parent 17b0d7c commit c0b25cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26a4734623e4f06752014336b05cf3ae77158892
refs/heads/master: d50dcb1d0e1f8ebe11db1719aad5753cd1b4c4f8
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/maps/plat-ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static int platram_probe(struct platform_device *pdev)
* supplied by the platform_data struct */

if (pdata->map_probes) {
const char **map_probes = pdata->map_probes;
const char * const *map_probes = pdata->map_probes;

for ( ; !info->mtd && *map_probes; map_probes++)
info->mtd = do_map_probe(*map_probes , &info->map);
Expand Down
4 changes: 2 additions & 2 deletions trunk/include/linux/mtd/plat-ram.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

struct platdata_mtd_ram {
const char *mapname;
const char **map_probes;
const char **probes;
const char * const *map_probes;
const char * const *probes;
struct mtd_partition *partitions;
int nr_partitions;
int bankwidth;
Expand Down

0 comments on commit c0b25cf

Please sign in to comment.