diff options
Diffstat (limited to 'drivers/edac/amd64_edac_inj.c')
-rw-r--r-- | drivers/edac/amd64_edac_inj.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/edac/amd64_edac_inj.c b/drivers/edac/amd64_edac_inj.c index ef1ff4ea9576..53d972e00dfb 100644 --- a/drivers/edac/amd64_edac_inj.c +++ b/drivers/edac/amd64_edac_inj.c | |||
@@ -142,7 +142,8 @@ static ssize_t amd64_inject_read_store(struct device *dev, | |||
142 | /* Issue 'word' and 'bit' along with the READ request */ | 142 | /* Issue 'word' and 'bit' along with the READ request */ |
143 | amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_DATA, word_bits); | 143 | amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_DATA, word_bits); |
144 | 144 | ||
145 | debugf0("section=0x%x word_bits=0x%x\n", section, word_bits); | 145 | edac_dbg(0, "section=0x%x word_bits=0x%x\n", |
146 | section, word_bits); | ||
146 | 147 | ||
147 | return count; | 148 | return count; |
148 | } | 149 | } |
@@ -177,7 +178,8 @@ static ssize_t amd64_inject_write_store(struct device *dev, | |||
177 | /* Issue 'word' and 'bit' along with the READ request */ | 178 | /* Issue 'word' and 'bit' along with the READ request */ |
178 | amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_DATA, word_bits); | 179 | amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_DATA, word_bits); |
179 | 180 | ||
180 | debugf0("section=0x%x word_bits=0x%x\n", section, word_bits); | 181 | edac_dbg(0, "section=0x%x word_bits=0x%x\n", |
182 | section, word_bits); | ||
181 | 183 | ||
182 | return count; | 184 | return count; |
183 | } | 185 | } |