Loading drivers/ide/ide-tape.c +6 −1 Original line number Diff line number Diff line Loading @@ -2421,9 +2421,12 @@ static int idetape_chrdev_open(struct inode *inode, struct file *filp) if (i >= MAX_HWIFS * MAX_DRIVES) return -ENXIO; lock_kernel(); tape = ide_tape_chrdev_get(i); if (!tape) if (!tape) { unlock_kernel(); return -ENXIO; } debug_log(DBG_CHRDEV, "Enter %s\n", __func__); Loading Loading @@ -2482,10 +2485,12 @@ static int idetape_chrdev_open(struct inode *inode, struct file *filp) } } } unlock_kernel(); return 0; out_put_tape: ide_tape_put(tape); unlock_kernel(); return retval; } Loading Loading
drivers/ide/ide-tape.c +6 −1 Original line number Diff line number Diff line Loading @@ -2421,9 +2421,12 @@ static int idetape_chrdev_open(struct inode *inode, struct file *filp) if (i >= MAX_HWIFS * MAX_DRIVES) return -ENXIO; lock_kernel(); tape = ide_tape_chrdev_get(i); if (!tape) if (!tape) { unlock_kernel(); return -ENXIO; } debug_log(DBG_CHRDEV, "Enter %s\n", __func__); Loading Loading @@ -2482,10 +2485,12 @@ static int idetape_chrdev_open(struct inode *inode, struct file *filp) } } } unlock_kernel(); return 0; out_put_tape: ide_tape_put(tape); unlock_kernel(); return retval; } Loading