Re: strange probe order issue after platform_add_devices()

2007-08-22 Thread hufey
Seems never reach to the list... On 8/18/07, hufey <[EMAIL PROTECTED]> wrote: > Hi list, > > I am facing a very strange issue about device probe order. > I have a piece of code to support network interface card for an embedded box. > > It likes following: > > ... > static struct platform_device *c

strange probe order issue after platform_add_devices()

2007-08-18 Thread hufey
Hi list, I am facing a very strange issue about device probe order. I have a piece of code to support network interface card for an embedded box. It likes following: ... static struct platform_device *custom_devices[] __initdata = { &a_device, &b_device, &c_device,