mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user