Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea01c6b4 authored by Joe Perches's avatar Joe Perches Committed by Benjamin Herrenschmidt
Browse files

powerpc: Remove unnecessary casts of private_data

parent bbc8e30f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ static ssize_t kvmppc_exit_timing_write(struct file *file,
	}

	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;
		/* Write does not affect our buffers previously generated with
		 * show. seq_file is locked here to prevent races of init with