commit | d88a440eddf288c967daed827147e1121c2ab6b5 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Apr 16 21:27:54 2012 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri May 11 16:42:14 2012 +0200 |
tree | 7e3fbda80c793ff4b21abc1d01996abe5d87874e | |
parent | d60b9c16d7bae49b75255520abd7dfd2e94627bc [diff] |
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 <jj@chaosbits.net> Signed-off-by: Jens Axboe <axboe@kernel.dk>