From: David S. Miller Date: Sun, 17 Apr 2011 23:57:55 +0000 (-0700) Subject: caif: Fix set-but-unused variables. X-Git-Tag: v3.0-rc1~377^2~353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056693a38e56c520e208409d221cbc077282c19d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed