git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
332edc2
)
mlx4_core: Fix unused variable warning
author
Roland Dreier
<rolandd@cisco.com>
Tue, 4 Nov 2008 19:18:56 +0000
(11:18 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 4 Nov 2008 19:18:56 +0000
(11:18 -0800)
Fix
drivers/net/mlx4/profile.c:55: warning: 'res_name' defined but not used
by making mlx4_dbg() always use all of its parameters, regardless of
whether CONFIG_MLX4_DEBUG is set or not.
Reported-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found