Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2467c045 authored by Matthias Brugger's avatar Matthias Brugger Committed by Tejun Heo
Browse files

ahci: mtk: Change driver name to ahci-mtk



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: default avatarMatthias Brugger <mbrugger@suse.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent ce179cbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@
#include <linux/reset.h>
#include <linux/reset.h>
#include "ahci.h"
#include "ahci.h"


#define DRV_NAME		"ahci"
#define DRV_NAME		"ahci-mtk"


#define SYS_CFG			0x14
#define SYS_CFG			0x14
#define SYS_CFG_SATA_MSK	GENMASK(31, 30)
#define SYS_CFG_SATA_MSK	GENMASK(31, 30)