Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200061
b: refs/heads/master
c: 4af9188
h: refs/heads/master
i:
  200059: 6ca0e10
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 10, 2010
1 parent 008f603 commit 2726be1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4253868034221db6e42dbbb61e0305fe1757f8da
refs/heads/master: 4af91889e02c9933823ca8c62fc6f05dfd15f3bd
3 changes: 1 addition & 2 deletions trunk/drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ static int get_dimm_config(struct mem_ctl_info *mci, int *csrow)
struct csrow_info *csr;
struct pci_dev *pdev;
int i, j;
u8 socket = pvt->i7core_dev->socket;
unsigned long last_page = 0;
enum edac_type mode;
enum mem_type mtype;
Expand All @@ -488,7 +487,7 @@ static int get_dimm_config(struct mem_ctl_info *mci, int *csrow)
pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map);

debugf0("QPI %d control=0x%08x status=0x%08x dod=0x%08x map=0x%08x\n",
socket, pvt->info.mc_control, pvt->info.mc_status,
pvt->i7core_dev->socket, pvt->info.mc_control, pvt->info.mc_status,
pvt->info.max_dod, pvt->info.ch_map);

if (ECC_ENABLED(pvt)) {
Expand Down

0 comments on commit 2726be1

Please sign in to comment.