Il 26/06/2013 20:36, Mathias Krause ha scritto:
> Void pointers don't need no casting, drop it.
> 
> Signed-off-by: Mathias Krause <mini...@googlemail.com>
> ---
>  arch/x86/kvm/x86.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
> index e8ba99c..472350c 100644
> --- a/arch/x86/kvm/x86.c
> +++ b/arch/x86/kvm/x86.c
> @@ -5300,7 +5300,7 @@ static struct notifier_block pvclock_gtod_notifier = {
>  int kvm_arch_init(void *opaque)
>  {
>       int r;
> -     struct kvm_x86_ops *ops = (struct kvm_x86_ops *)opaque;
> +     struct kvm_x86_ops *ops = opaque;
>  
>       if (kvm_x86_ops) {
>               printk(KERN_ERR "kvm: already loaded the other module\n");
> 

Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to