mirror of https://gitee.com/openkylin/qemu.git
a9gtimer: remove superfluous '\n' around error_setg
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
eec5eb42f5
commit
15e10b3499
|
@ -289,7 +289,7 @@ static void a9_gtimer_realize(DeviceState *dev, Error **errp)
|
|||
int i;
|
||||
|
||||
if (s->num_cpu < 1 || s->num_cpu > A9_GTIMER_MAX_CPUS) {
|
||||
error_setg(errp, "%s: num-cpu must be between 1 and %d\n",
|
||||
error_setg(errp, "%s: num-cpu must be between 1 and %d",
|
||||
__func__, A9_GTIMER_MAX_CPUS);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue