From: Jesper Juhl Date: Mon, 16 Apr 2012 19:27:54 +0000 (+0200) Subject: dac960: Remove unused variables from DAC960_CreateProcEntries() X-Git-Tag: v3.4~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88a440eddf288c967daed827147e1121c2ab6b5;p=pandora-kernel.git dac960: Remove unused variables from DAC960_CreateProcEntries() The variables 'StatusProcEntry' and 'UserCommandProcEntry' are assigned to once and then never used. This patch gets rid of the variables. While I was there I also fixed the indentation of the function to use tabs rather than spaces for the lines that did not already do so. Signed-off-by: Jesper Juhl Signed-off-by: Jens Axboe --- Reading git-diff-tree failed