aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8173/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8173/soc.c')
-rw-r--r--src/soc/mediatek/mt8173/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/soc.c b/src/soc/mediatek/mt8173/soc.c
index 5b560f54bd..686f9738b1 100644
--- a/src/soc/mediatek/mt8173/soc.c
+++ b/src/soc/mediatek/mt8173/soc.c
@@ -39,6 +39,6 @@ static void enable_soc_dev(device_t dev)
}
struct chip_operations soc_mediatek_mt8173_ops = {
- CHIP_NAME("SOC Mediatek MT8173\n")
+ CHIP_NAME("SOC Mediatek MT8173")
.enable_dev = enable_soc_dev,
};