ibm_emac/ibm_emac_mal.c:mal_poll: Fix MAL_DBG2 invocation Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
diff --git a/drivers/net/ibm_emac/ibm_emac_mal.c b/drivers/net/ibm_emac/ibm_emac_mal.c index dcd8826..1977791 100644 --- a/drivers/net/ibm_emac/ibm_emac_mal.c +++ b/drivers/net/ibm_emac/ibm_emac_mal.c @@ -279,7 +279,7 @@ static int mal_poll(struct napi_struct *napi, int budget) struct list_head *l; int received = 0; - MAL_DBG2("%d: poll(%d) %d ->" NL, mal->def->index, *budget, + MAL_DBG2("%d: poll(%d) %d ->" NL, mal->def->index, budget, rx_work_limit); again: /* Process TX skbs */ -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html