
21 Apr
2015
21 Apr
'15
5:30 p.m.
Hi Simon,
On Sun, Apr 19, 2015 at 8:20 AM, Simon Glass sjg@chromium.org wrote:
Since a device can have children in the same uclass as itself, we need to handle unbinding carefully: we must allow that unbinding a device in a uclass may cause another device in the same uclass to be unbound.
Adjust the code to cope.
Signed-off-by: Simon Glass sjg@chromium.org
This fixed the seg fault I was seeing. Thanks!
Reviewed-by: Joe Hershberger joe.hershberger@ni.com Tested-by: Joe Hershberger joe.hershberger@ni.com