From f73a53f1a1e5117c4653c85ffb70ed604a6bc399 Mon Sep 17 00:00:00 2001 From: fengsheng5 Date: Fri, 10 May 2019 20:12:37 +0800 Subject: [PATCH] drivers: modify acpi hid of sfc driver inclusion category: feature bugzilla: NA CVE: NA the sfc acpi hid is conflict with spi. so modify the acpi hid of sfc. Signed-off-by: fengsheng5 Reviewed-by: linsiwei Reviewed-by: Kefeng Wang Signed-off-by: Yang Yingliang --- drivers/mtd/hisilicon/sfc/hrd_sfc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/hisilicon/sfc/hrd_sfc_driver.c b/drivers/mtd/hisilicon/sfc/hrd_sfc_driver.c index e7ee347be2e2..4365da028056 100644 --- a/drivers/mtd/hisilicon/sfc/hrd_sfc_driver.c +++ b/drivers/mtd/hisilicon/sfc/hrd_sfc_driver.c @@ -223,7 +223,7 @@ static int hisi_sfc_remove(struct platform_device *pdev) } static const struct acpi_device_id sfc_acpi_match[] = { - {"HISI0173", 0}, + {"HISI0343", 0}, {} }; -- GitLab