pl330.c: 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
15e10b3499
commit
0c267a6b40
@ -1566,7 +1566,7 @@ static void pl330_realize(DeviceState *dev, Error **errp)
|
||||
s->cfg[1] |= 5;
|
||||
break;
|
||||
default:
|
||||
error_setg(errp, "Bad value for i-cache_len property: %" PRIx8 "\n",
|
||||
error_setg(errp, "Bad value for i-cache_len property: %" PRIx8,
|
||||
s->i_cache_len);
|
||||
return;
|
||||
}
|
||||
@ -1601,7 +1601,7 @@ static void pl330_realize(DeviceState *dev, Error **errp)
|
||||
s->cfg[CFG_CRD] |= 0x4;
|
||||
break;
|
||||
default:
|
||||
error_setg(errp, "Bad value for data_width property: %" PRIx8 "\n",
|
||||
error_setg(errp, "Bad value for data_width property: %" PRIx8,
|
||||
s->data_width);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user