Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752369AbdDKANF (ORCPT ); Mon, 10 Apr 2017 20:13:05 -0400 Received: from mail-vk0-f66.google.com ([209.85.213.66]:33937 "EHLO mail-vk0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbdDKAND (ORCPT ); Mon, 10 Apr 2017 20:13:03 -0400 Date: Tue, 11 Apr 2017 09:12:50 +0900 From: Tejun Heo To: Ondrej Zary Cc: linux-ide@vger.kernel.org, Kernel development list Subject: Re: [PATCH] sata_via: Enable hotplug only on VT6421 Message-ID: <20170411001250.GB29406@wtj.duckdns.org> References: <1490985342-16800-1-git-send-email-linux@rainbow-software.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490985342-16800-1-git-send-email-linux@rainbow-software.org> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 359 Lines: 12 On Fri, Mar 31, 2017 at 08:35:42PM +0200, Ondrej Zary wrote: > Commit 57e5568fda27 ("sata_via: Implement hotplug for VT6421") adds > hotplug IRQ handler for VT6421 but enables hotplug on all chips. This > is a bug because it causes "irq xx: nobody cared" error on VT6420 when > hot-(un)plugging a drive: Applied to libata/for-4.11-fixes. Thanks. -- tejun