Re: [PATCH] OF: Link platform device resources properly.

2013-01-14 Thread Rob Herring
On 01/03/2013 04:31 PM, Pantelis Antoniou wrote: > The resources of the platform devices created by the OF core were > not properly linked. Make sure that they are, so that we don't get > any crashes when trying to remove the device. > > Signed-off-by: Pantelis Antoniou > --- > drivers/of/device

[PATCH] OF: Link platform device resources properly.

2013-01-03 Thread Pantelis Antoniou
The resources of the platform devices created by the OF core were not properly linked. Make sure that they are, so that we don't get any crashes when trying to remove the device. Signed-off-by: Pantelis Antoniou --- drivers/of/device.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive