From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760266AbdAEFZU (ORCPT ); Thu, 5 Jan 2017 00:25:20 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:56216 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752125AbdAEFZS (ORCPT ); Thu, 5 Jan 2017 00:25:18 -0500 Date: Wed, 4 Jan 2017 21:25:15 -0800 From: Christoph Hellwig To: Jan Kiszka Cc: Greg Kroah-Hartman , Andy Shevchenko , linux-serial@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] serial: 8250_lpss: Release Quark MSI vectors on exit Message-ID: <20170105052515.GA3280@infradead.org> References: <0250c46e-da6c-71f3-50ae-b7c17fd0bd2c@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0250c46e-da6c-71f3-50ae-b7c17fd0bd2c@siemens.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2017 at 08:36:51PM +0100, Jan Kiszka wrote: > No one seems to do this magically in the background, so we have to do > the job in the exit handler that corresponds to the board setup handler. > > Fixes: 60a9244a5d14 ("serial: 8250_lpss: enable MSI for Intel Quark") > Signed-off-by: Jan Kiszka Looks good. I already pointed out to Andy that we need this anyway. Reviewed-by: Christoph Hellwig