Re: [PATCH] nubus: Unconditionally register bus type

From: Finn Thain
Date: Tue May 08 2018 - 04:28:14 EST


On Tue, 8 May 2018, Geert Uytterhoeven wrote:

> nubus_bus_register() two things:
>
> 1. Register the NuBus parent device, which represents the bus host,
> 2. Register the NuBus bus, which represents the bus type.
>
> I think this should be split in two, and only the latter should be done
> regardless of the presence of NuBus host hardware, to fix the crash.

OK. Thanks.

--