From 0d901321faae497452d2c5faea5c3470b63919aa Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 15 Jul 2014 19:54:36 +0100 Subject: [PATCH] staging: vt6656: int.c remove irrelevant function description The function does not directly poll from here Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/int.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/drivers/staging/vt6656/int.c b/drivers/staging/vt6656/int.c index 363e46455fd0..e78720ceda0f 100644 --- a/drivers/staging/vt6656/int.c +++ b/drivers/staging/vt6656/int.c @@ -53,28 +53,6 @@ static const u8 fallback_rate1[5][5] = { {RATE_54M, RATE_54M, RATE_36M, RATE_18M, RATE_18M} }; -/*+ - * - * Function: InterruptPollingThread - * - * Synopsis: Thread running at IRQL PASSIVE_LEVEL. - * - * Arguments: Device Extension - * - * Returns: - * - * Algorithm: Call USBD for input data; - * - * History: dd-mm-yyyy Author Comment - * - * - * Notes: - * - * USB reads are by nature 'Blocking', and when in a read, the device looks - * like it's in a 'stall' condition, so we deliberately time out every second - * if we've gotten no data - * --*/ void vnt_int_start_interrupt(struct vnt_private *priv) { unsigned long flags; -- 2.34.1