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
Kirill Smelkov
linux
Commits
086271a0
Commit
086271a0
authored
Jul 18, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i7core: remove some uneeded noisy debug messages
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
3a7dde7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
drivers/edac/i7core_edac.c
drivers/edac/i7core_edac.c
+0
-4
No files found.
drivers/edac/i7core_edac.c
View file @
086271a0
...
@@ -1494,8 +1494,6 @@ static void i7core_check_error(struct mem_ctl_info *mci)
...
@@ -1494,8 +1494,6 @@ static void i7core_check_error(struct mem_ctl_info *mci)
struct
mce
*
m
=
NULL
;
struct
mce
*
m
=
NULL
;
unsigned
long
flags
;
unsigned
long
flags
;
debugf0
(
__FILE__
": %s()
\n
"
,
__func__
);
/* Copy all mce errors into a temporary buffer */
/* Copy all mce errors into a temporary buffer */
spin_lock_irqsave
(
&
pvt
->
mce_lock
,
flags
);
spin_lock_irqsave
(
&
pvt
->
mce_lock
,
flags
);
if
(
pvt
->
mce_count
)
{
if
(
pvt
->
mce_count
)
{
...
@@ -1531,8 +1529,6 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
...
@@ -1531,8 +1529,6 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
struct
i7core_pvt
*
pvt
=
mci
->
pvt_info
;
struct
i7core_pvt
*
pvt
=
mci
->
pvt_info
;
unsigned
long
flags
;
unsigned
long
flags
;
debugf0
(
__FILE__
": %s()
\n
"
,
__func__
);
/*
/*
* Just let mcelog handle it if the error is
* Just let mcelog handle it if the error is
* outside the memory controller
* outside the memory controller
...
...
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