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

No differences found