commit | 056693a38e56c520e208409d221cbc077282c19d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:57:55 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:57:55 2011 -0700 |
tree | c931d434d588f1de20dd0557488565135c9d6895 | |
parent | b8ee8328bac0d8420d2b9ef4838d0df25df100ab [diff] |
caif: Fix set-but-unused variables. The variable 'caifdef' is set but unused in modemcmd(). Similarly for 'net' in receive(), and 'res' in caif_device_notify() and caif_exit_net(). Just kill them off. Signed-off-by: David S. Miller <davem@davemloft.net>