提交 9b3ec23a 编写于 作者: V Valentin Rothberg 提交者: Greg Kroah-Hartman

firmware: qemu_fw_cfg.c: fix typo FW_CFG_DATA_OFF

s/FW_CTRL_DATA_OFF/FW_CFG_DATA_OFF/
Signed-off-by: NValentin Rothberg <valentin.rothberg@posteo.net>
Signed-off-by: NAndreas Ziegler <andreas.ziegler@fau.de>
Acked-by: NGabriel Somlo <somlo@cmu.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 67d02a1b
......@@ -98,7 +98,7 @@ static void fw_cfg_io_cleanup(void)
}
/* arch-specific ctrl & data register offsets are not available in ACPI, DT */
#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CTRL_DATA_OFF))
#if !(defined(FW_CFG_CTRL_OFF) && defined(FW_CFG_DATA_OFF))
# if (defined(CONFIG_ARM) || defined(CONFIG_ARM64))
# define FW_CFG_CTRL_OFF 0x08
# define FW_CFG_DATA_OFF 0x00
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册