Fix typo in message from arm64 ITS workaround
This commit is contained in:
parent
dd76c272b8
commit
f51f84a628
@ -189,7 +189,7 @@ gic_v3_its_attach(device_t dev)
|
||||
*/
|
||||
if (device_get_unit(dev) != 0) {
|
||||
device_printf(dev,
|
||||
"Only single instance of ITS is supported, exitting...\n");
|
||||
"Only single instance of ITS is supported, exiting...\n");
|
||||
return (ENXIO);
|
||||
}
|
||||
sc->its_socket = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user