On Wed, 24 Nov 2010 00:45:20 +0800
David Lamparter <[email protected]> wrote:

> > This was fixed by David Lamparter in v2.6.36-rc5 3486008
> > ("spi: free children in spi_unregister_master, not siblings") and
> > broken again in v2.6.37-rc1~2^2~4 during the merge of 2b9603a0
> > ("spi: enable spi_board_info to be registered after spi_master").
> > 
> > Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
> > ---
> > -   dummy = device_for_each_child(master->dev.parent,
> > &master->dev,
> > -                                   __unregister);
> > +   dummy = device_for_each_child(&master->dev, NULL,
> > __unregister);
> 
> Signed-off-by: David Lamparter <[email protected]>
> 
> very simple merge/rebase/forward-port breakage...
> Feng, can you check 2b9603a0 for whether anything else got broken?
> 

I just checked, all other parts should be ok.

Thanks,
Feng

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
spi-devel-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to