From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752531AbdLDUgL (ORCPT ); Mon, 4 Dec 2017 15:36:11 -0500 Received: from mail-ua0-f173.google.com ([209.85.217.173]:42536 "EHLO mail-ua0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752565AbdLDUfz (ORCPT ); Mon, 4 Dec 2017 15:35:55 -0500 X-Google-Smtp-Source: AGs4zMa8cumYsBj/94tEkavPKc/WMr4VqryBmjggNI9MOmLmBmuQWEXjP5XPLKqjKk2MKJZDOub+nQ== Date: Mon, 4 Dec 2017 12:35:52 -0800 From: Tejun Heo To: Matthias Brugger Cc: linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Matthias Brugger Subject: Re: [PATCH 2/2] ahci: mtk: Change driver name to ahci-mtk Message-ID: <20171204203552.GI2421075@devbig577.frc2.facebook.com> References: <20171201104722.17353-1-matthias.bgg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171201104722.17353-1-matthias.bgg@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 01, 2017 at 11:47:22AM +0100, Matthias Brugger wrote: > The driver name "ahci" is already used by the ahci platform driver. > This leads to the following error: > Error: Driver 'ahci' is already registered, aborting... > > Change the name to ahci-mtk to fix this. > > Signed-off-by: Matthias Brugger Applied to libata/for-4.15-fixes. Thanks. -- tejun