lcs: get rid of compile warning
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 12 May 2011 18:45:05 +0000 (18:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 18:55:20 +0000 (14:55 -0400)
-Wunused-but-set-variable generates a compile warning for lcs' tasklet
function. Invoked functions contain already error handling; thus
additional return code checking is not needed here.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found