projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0965e
)
ehea: fix phyp debugging typo
author
Sebastien Dugue
<sebastien.dugue@bull.net>
Thu, 11 Sep 2008 13:34:39 +0000
(15:34 +0200)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 24 Sep 2008 22:48:53 +0000
(18:48 -0400)
Fix typo in ehea_h_query_ehea() which prevents building when DEBUG is on.
Signed-off-by: Sebastien Dugue <sebastien.dugue@bull.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/ehea/ehea_phyp.c
patch
|
blob
|
history
diff --git
a/drivers/net/ehea/ehea_phyp.c
b/drivers/net/ehea/ehea_phyp.c
index 156eb6320b4ee209369a80f5ec83f4740b7c63bf..2a33a613d9e65f9a96b7dc78de7095ce73af5501 100644
(file)
--- a/
drivers/net/ehea/ehea_phyp.c
+++ b/
drivers/net/ehea/ehea_phyp.c
@@
-535,7
+535,7
@@
u64 ehea_h_query_ehea(const u64 adapter_handle, void *cb_addr)
cb_logaddr, /* R5 */
0, 0, 0, 0, 0); /* R6-R10 */
#ifdef DEBUG
- ehea_dmp(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea");
+ ehea_d
u
mp(cb_addr, sizeof(struct hcp_query_ehea), "hcp_query_ehea");
#endif
return hret;
}