Re: [PATCH 06/15] tty: hvcs.c: move assignment out of if () block

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2015-04-30 6:22 GMT-03:00 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>:
> +++ b/drivers/tty/hvc/hvcs.c
> @@ -1044,8 +1044,8 @@ static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address,
>          * It is possible that the vty-server was removed between the time that
>          * the conn was registered and now.
>          */
> -       if (!(rc = request_irq(irq, &hvcs_handle_interrupt,
> -                               0, "ibmhvcs", hvcsd))) {
> +       rc = request_irq(irq, &hvcs_handle_interrupt, 0, "ibmhvcs", hvcsd);

Good.

> +       if (!rc) {
>                 /*
>                  * It is possible the vty-server was removed after the irq was
>                  * requested but before we have time to enable interrupts.

Remove line ?


Albino
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux