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)
commit424f73b3ecc41367336ce75cc489c1e373c421fc
treecb9cc78e535f48295dce34cf0aa1de4e29c6e002
parent38ed18ff5ed170a68f334c2362735c1268cec81b
lcs: get rid of compile warning

-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>
drivers/s390/net/lcs.c