From d9ae08af898b830e4097197cbeff80c3320a6535 Mon Sep 17 00:00:00 2001 From: Yu Changchun Date: Sat, 13 Nov 2021 14:14:51 +0800 Subject: [PATCH] hi3516dv300.patch: fix two typos for sata and nand driver It is reported by laokz. Signed-off-by: Yu Changchun --- linux-5.10/hi3516dv300_patch/hi3516dv300.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-5.10/hi3516dv300_patch/hi3516dv300.patch b/linux-5.10/hi3516dv300_patch/hi3516dv300.patch index db8ab81..daf2b7c 100644 --- a/linux-5.10/hi3516dv300_patch/hi3516dv300.patch +++ b/linux-5.10/hi3516dv300_patch/hi3516dv300.patch @@ -12234,7 +12234,7 @@ index fec2e9754..68c87b25c 100644 return AC_ERR_OK; } -+ifndef CONFIG_HISI_SATA_FBS ++#ifndef CONFIG_HISI_SATA_FBS static void ahci_fbs_dec_intr(struct ata_port *ap) { struct ahci_port_priv *pp = ap->private_data; @@ -39651,7 +39651,7 @@ index 1f0d542d5..3ff778c71 100644 mtd->erasesize >> 10, mtd->writesize, mtd->oobsize); + + /* Print ecc type and ecc mode about hisilicon flash controller */ -+ hinfc_show_info(mtd, nand_manufacturer_name(manufacturer), type->name); ++ hinfc_show_info(mtd, nand_manufacturer_name(manufacturer_desc), type->name); + return 0; -- Gitee