Merge tag 'nfs-for-3.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / drivers / hid / hid-roccat-lua.c
index 6adc0fa08d96fc57fcb6d078ca9ca18c08415801..65e2e76bf2fe559cc5392d9848bde77fd6047ef1 100644 (file)
@@ -61,7 +61,7 @@ static ssize_t lua_sysfs_write(struct file *fp, struct kobject *kobj,
                return -EINVAL;
 
        mutex_lock(&lua->lua_lock);
-       retval = roccat_common2_send(usb_dev, command, (void *)buf, real_size);
+       retval = roccat_common2_send(usb_dev, command, buf, real_size);
        mutex_unlock(&lua->lua_lock);
 
        return retval ? retval : real_size;
This page took 0.039377 seconds and 5 git commands to generate.