]> Pileus Git - ~andy/linux/commit
[PATCH] prism54 : Unused variable / extraneous udelay
authorRoger While <simrw@sim-basis.de>
Mon, 7 Nov 2005 19:57:58 +0000 (20:57 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Nov 2005 02:50:00 +0000 (21:50 -0500)
commitde7fe963b123365a27f82330689806226a48d088
tree19bcac799db2f77420ada3ca4356cbb906da17de
parentac1f60db6a62c8605b551497c8002ba267ea1f4a
[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 <simrw@sim-basis.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/prism54/isl_38xx.c