~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/edac/cpc925_edac.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "edac_core.h"
31
31
#include "edac_module.h"
32
32
 
33
 
#define CPC925_EDAC_REVISION    " Ver: 1.0.0 " __DATE__
 
33
#define CPC925_EDAC_REVISION    " Ver: 1.0.0"
34
34
#define CPC925_EDAC_MOD_STR     "cpc925_edac"
35
35
 
36
36
#define cpc925_printk(level, fmt, arg...) \
817
817
        }
818
818
}
819
819
 
820
 
/* Convert current back-ground scrub rate into byte/sec bandwith */
 
820
/* Convert current back-ground scrub rate into byte/sec bandwidth */
821
821
static int cpc925_get_sdram_scrub_rate(struct mem_ctl_info *mci)
822
822
{
823
823
        struct cpc925_mc_pdata *pdata = mci->pvt_info;