From: Roger While Date: Mon, 7 Nov 2005 19:57:58 +0000 (+0100) Subject: [PATCH] prism54 : Unused variable / extraneous udelay X-Git-Tag: v2.6.15-rc1~69^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7fe963b123365a27f82330689806226a48d088;p=pandora-kernel.git [PATCH] prism54 : Unused variable / extraneous udelay In isl_38xx.c : The variable "counter" is defined and incremented but never used except if the driver is hand-compiled setting VERBOSE > SHOW_ERROR_MESSAGES. Move the definition and the increment to within the #if VERBOSE .. block. Remove extraneous udelay's. These are not required when triggering the device. Signed-off-by: Roger While Signed-off-by: John W. Linville --- Reading git-diff-tree failed