Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297027
b: refs/heads/master
c: b877763
h: refs/heads/master
i:
  297025: 88b191f
  297023: 8baa74b
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2012
1 parent 1ccde42 commit c56f376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5b889e379f340f43b1252abde5d37a7084c846b9
refs/heads/master: b877763ea01d740f6c62a35c45b7351fec9c288d
4 changes: 2 additions & 2 deletions trunk/drivers/edac/ppc4xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ struct ppc4xx_ecc_status {

/* Function Prototypes */

static int ppc4xx_edac_probe(struct platform_device *device)
static int ppc4xx_edac_probe(struct platform_device *device);
static int ppc4xx_edac_remove(struct platform_device *device);

/* Global Variables */
Expand Down Expand Up @@ -1068,7 +1068,7 @@ ppc4xx_edac_mc_init(struct mem_ctl_info *mci,

mci->mod_name = PPC4XX_EDAC_MODULE_NAME;
mci->mod_ver = PPC4XX_EDAC_MODULE_REVISION;
mci->ctl_name = match->compatible,
mci->ctl_name = ppc4xx_edac_match->compatible,
mci->dev_name = np->full_name;

/* Initialize callbacks */
Expand Down

0 comments on commit c56f376

Please sign in to comment.