From: Mark Hounschell Date: Thu, 6 Mar 2014 18:03:33 +0000 (-0500) Subject: staging: dgap: Remove some dead code X-Git-Tag: v3.15-rc1~139^2~685 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6126022800e41338ac866d8334e5cf1325734ecb;p=pandora-kernel.git staging: dgap: Remove some dead code This patch removes more dead code and code associated with that dead code. The from_user variable in the dgap_tty_write function was never true. The code under its test was never being executed. So variables and functions supporting only that code are also dead. Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed