[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200610302116.51714.m.kozlowski@tuxland.pl>
Date: Mon, 30 Oct 2006 21:16:49 +0100
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: linux-kernel@...r.kernel.org
Cc: Andrew Morton <akpm@...l.org>
Subject: Re: [PATCH] usb 'print_schedule_frame' defined but not used warning fix
Hello,
> This is a simple fix for this warning:
>
> drivers/usb/host/ehci-sched.c:270: warning: 'print_schedule_frame' defined
> but not used
>
> The print_budget_frame() is not used anywhere in the kernel tree and serves
> debugging purposes only. This patch is against 2.6.19-rc3-mm1.
Ofcourse I ment print_schedule_frame(). Please ignore previous patch. Sorry.
Regards,
Mariusz Kozlowski
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
---
--- linux-2.6.19-rc3-orig/drivers/usb/host/ehci-sched.c 2006-10-30
21:13:42.000000000 +0100
+++ linux-2.6.19-rc3/drivers/usb/host/ehci-sched.c 2006-10-30
21:14:49.000000000 +0100
@@ -265,6 +265,7 @@ static void print_budget (struct ehci_hc
print_budget_frame(ehci,i,insert,owner);
}
+#if 0
static void print_schedule_frame (char *pre,struct ehci_hcd *ehci, int frame,
void *insert)
{
@@ -333,6 +334,7 @@ static void print_schedule_frame (char *
}
printk("\n");
}
+#endif
/* find position of a specific entry in the periodic schedule (ie,
* returns pointers such that we can update the predecessor's
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists