Signed-off-by: Christoffer Holmstedt <christoffer@xxxxxxxxxxxxxxxxxxxxxxx> --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index e8f5dda8da94..926a63adecce 100644 --- a/src/info.c +++ b/src/info.c @@ -54,7 +54,7 @@ static int print_phy_handler(struct nl_msg *msg, void *arg) rem_page) { channel = nla_get_u32(nl_page); if (channel) { - printf("\tpage %d: ", page, channel); + printf("\tpage %d: ", page); for (i = 0; i <= 31; i++) { if (channel & 0x1) printf("%d,", i); -- 1.7.10.4 -- Christoffer Holmstedt -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html