[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bfee0c69-ce31-f699-7e9b-7c28fc640596@infradead.org>
Date:   Mon, 19 Feb 2018 09:18:36 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Thomas Gleixner <tglx@...utronix.de>,
        Yuriy Vostrikov <delamonpansie@...il.com>
Cc:     linux-kernel@...r.kernel.org, x86@...nel.org
Subject: Re: linux acpi (thunderbolt? bug)
On 02/19/18 06:51, Thomas Gleixner wrote:
>  	} else {
> +		/*
> +		 * Offline case: The current vector needs to be released in
> +		 * the matrix allocator.
> +		 */
> +		if (apicd->vector &&
Drop the "apicd->vector &&" ? (redundant)
> +		    apicd->vector != MANAGED_IRQ_SHUTDOWN_VECTOR) {
> +			irq_matrix_free(vector_matrix, apicd->cpu,
> +					apicd->vector, managed);
> +		}
>  		apicd->prev_vector = 0;
>  	}
-- 
~Randy
Powered by blists - more mailing lists