Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: wlan-ng: remove unused variable in prism2fw.c

Remove the unused crcend variable from the crcimage function.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Tim Collier and committed by
Greg Kroah-Hartman
700fe657 e2d34dfd

-2
-2
drivers/staging/wlan-ng/prism2fw.c
··· 406 406 int i; 407 407 int c; 408 408 u32 crcstart; 409 - u32 crcend; 410 409 u32 cstart = 0; 411 410 u32 cend; 412 411 u8 *dest; ··· 415 416 if (!s3crc[i].dowrite) 416 417 continue; 417 418 crcstart = s3crc[i].addr; 418 - crcend = s3crc[i].addr + s3crc[i].len; 419 419 /* Find chunk */ 420 420 for (c = 0; c < nfchunks; c++) { 421 421 cstart = fchunk[c].addr;