caif: Fix set-but-unused variables.
commit056693a38e56c520e208409d221cbc077282c19d
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:57:55 +0000 (17 16:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 23:57:55 +0000 (17 16:57 -0700)
treec931d434d588f1de20dd0557488565135c9d6895
parentb8ee8328bac0d8420d2b9ef4838d0df25df100ab
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>
net/caif/caif_dev.c