EDAC: i5400_edac: get rid of some unused vars
[linux-2.6-microblaze.git] / drivers / edac / i5400_edac.c
index 6f8bcdb..8c86c6f 100644 (file)
@@ -548,8 +548,8 @@ static void i5400_proccess_non_recoverable_info(struct mem_ctl_info *mci,
        ras = nrec_ras(info);
        cas = nrec_cas(info);
 
-       edac_dbg(0, "\t\tDIMM= %d  Channels= %d,%d  (Branch= %d DRAM Bank= %d Buffer ID = %d rdwr= %s ras= %d cas= %d)\n",
-                rank, channel, channel + 1, branch >> 1, bank,
+       edac_dbg(0, "\t\t%s DIMM= %d  Channels= %d,%d  (Branch= %d DRAM Bank= %d Buffer ID = %d rdwr= %s ras= %d cas= %d)\n",
+                type, rank, channel, channel + 1, branch >> 1, bank,
                 buf_id, rdwr_str(rdwr), ras, cas);
 
        /* Only 1 bit will be on */
@@ -1054,8 +1054,6 @@ static void i5400_get_mc_regs(struct mem_ctl_info *mci)
        u32 actual_tolm;
        u16 limit;
        int slot_row;
-       int maxch;
-       int maxdimmperch;
        int way0, way1;
 
        pvt = mci->pvt_info;
@@ -1065,9 +1063,6 @@ static void i5400_get_mc_regs(struct mem_ctl_info *mci)
        pci_read_config_dword(pvt->system_address, AMBASE + sizeof(u32),
                        &pvt->u.ambase_top);
 
-       maxdimmperch = pvt->maxdimmperch;
-       maxch = pvt->maxch;
-
        edac_dbg(2, "AMBASE= 0x%lx  MAXCH= %d  MAX-DIMM-Per-CH= %d\n",
                 (long unsigned int)pvt->ambase, pvt->maxch, pvt->maxdimmperch);
 
@@ -1170,17 +1165,13 @@ static int i5400_init_dimms(struct mem_ctl_info *mci)
 {
        struct i5400_pvt *pvt;
        struct dimm_info *dimm;
-       int ndimms, channel_count;
-       int max_dimms;
+       int ndimms;
        int mtr;
        int size_mb;
        int  channel, slot;
 
        pvt = mci->pvt_info;
 
-       channel_count = pvt->maxch;
-       max_dimms = pvt->maxdimmperch;
-
        ndimms = 0;
 
        /*