Loading drivers/usb/core/devices.c +2 −2 Original line number Diff line number Diff line Loading @@ -675,7 +675,7 @@ static loff_t usb_device_lseek(struct file *file, loff_t offset, int orig) { loff_t ret; lock_kernel(); mutex_lock(&file->f_dentry->d_inode->i_mutex); switch (orig) { case 0: Loading @@ -691,7 +691,7 @@ static loff_t usb_device_lseek(struct file *file, loff_t offset, int orig) ret = -EINVAL; } unlock_kernel(); mutex_unlock(&file->f_dentry->d_inode->i_mutex); return ret; } Loading drivers/usb/core/devio.c +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ static loff_t usbdev_lseek(struct file *file, loff_t offset, int orig) { loff_t ret; lock_kernel(); mutex_lock(&file->f_dentry->d_inode->i_mutex); switch (orig) { case 0: Loading @@ -138,7 +138,7 @@ static loff_t usbdev_lseek(struct file *file, loff_t offset, int orig) ret = -EINVAL; } unlock_kernel(); mutex_unlock(&file->f_dentry->d_inode->i_mutex); return ret; } Loading Loading
drivers/usb/core/devices.c +2 −2 Original line number Diff line number Diff line Loading @@ -675,7 +675,7 @@ static loff_t usb_device_lseek(struct file *file, loff_t offset, int orig) { loff_t ret; lock_kernel(); mutex_lock(&file->f_dentry->d_inode->i_mutex); switch (orig) { case 0: Loading @@ -691,7 +691,7 @@ static loff_t usb_device_lseek(struct file *file, loff_t offset, int orig) ret = -EINVAL; } unlock_kernel(); mutex_unlock(&file->f_dentry->d_inode->i_mutex); return ret; } Loading
drivers/usb/core/devio.c +2 −2 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ static loff_t usbdev_lseek(struct file *file, loff_t offset, int orig) { loff_t ret; lock_kernel(); mutex_lock(&file->f_dentry->d_inode->i_mutex); switch (orig) { case 0: Loading @@ -138,7 +138,7 @@ static loff_t usbdev_lseek(struct file *file, loff_t offset, int orig) ret = -EINVAL; } unlock_kernel(); mutex_unlock(&file->f_dentry->d_inode->i_mutex); return ret; } Loading