powerpc: Remove unnecessary casts of private_data

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Joe Perches 2010-07-12 10:49:55 +00:00 коммит произвёл Benjamin Herrenschmidt
Родитель bbc8e30f17
Коммит ea01c6b487
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -182,7 +182,7 @@ static ssize_t kvmppc_exit_timing_write(struct file *file,
} }
if (c == 'c') { if (c == 'c') {
struct seq_file *seqf = (struct seq_file *)file->private_data; struct seq_file *seqf = file->private_data;
struct kvm_vcpu *vcpu = seqf->private; struct kvm_vcpu *vcpu = seqf->private;
/* Write does not affect our buffers previously generated with /* Write does not affect our buffers previously generated with
* show. seq_file is locked here to prevent races of init with * show. seq_file is locked here to prevent races of init with