Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
4af91889
Commit
4af91889
authored
Sep 24, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i7core_edac: Avoid printing a warning when debug is disabled
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
42538680
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
drivers/edac/i7core_edac.c
drivers/edac/i7core_edac.c
+1
-2
No files found.
drivers/edac/i7core_edac.c
View file @
4af91889
...
...
@@ -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
;
...
...
@@ -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
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment