提交 f9b8e7f6 编写于 作者: S Shraddha Barke 提交者: Michael Tokarev

target-ppc: Remove unnecessary variable

Compress lines and remove the variable.
Signed-off-by: NShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 738c8b01
......@@ -1782,8 +1782,7 @@ uint32_t kvmppc_get_tbfreq(void)
ns++;
retval = atoi(ns);
return retval;
return atoi(ns);
}
bool kvmppc_get_host_serial(char **value)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册