commit | 2d09d567127e85dddd027d049196093640025c36 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:23:22 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:31:33 2011 -0700 |
tree | f62153c726996dad8511e3fe94364682da5abe07 | |
parent | a713c3bbb5a6736e673940eb97d9bf2c27aec4c5 [diff] |
isdn: eicon: Fix set-but-unused variables. The variable 'best_id' is set but unused in diva_mnt_add_xdi_adapter(). Just kill it off. Similarly for the variable 'CIP' in connect_req(), 'Number' in sig_ind(), 'Info' in dtmf_confirmation() mixer_command() fax_connect_ack_command() fax_edata_ack_command() rtp_connect_b3_res_command() and rtp_connect_b3_res_command(), and 'a' in mixer_indication_coefs_set(), Signed-off-by: David S. Miller <davem@davemloft.net>