Re: [2.6 patch] fix devres_release_all() return value

2007-06-25 Thread Greg KH
On Mon, Jun 18, 2007 at 02:55:30PM +0900, Tejun Heo wrote: > Adrian Bunk wrote: > > Every file should include the headers containing the prototypes for > > it's global functions. > > > > Since the GNU C compiler is now able to detect that the function > > prototype of devres_release_all() in the

Re: [2.6 patch] fix devres_release_all() return value

2007-06-25 Thread Greg KH
On Mon, Jun 18, 2007 at 02:55:30PM +0900, Tejun Heo wrote: Adrian Bunk wrote: Every file should include the headers containing the prototypes for it's global functions. Since the GNU C compiler is now able to detect that the function prototype of devres_release_all() in the header and

Re: [2.6 patch] fix devres_release_all() return value

2007-06-17 Thread Tejun Heo
Adrian Bunk wrote: > Every file should include the headers containing the prototypes for > it's global functions. > > Since the GNU C compiler is now able to detect that the function > prototype of devres_release_all() in the header and the actual function > disagree regarding the return value,

[2.6 patch] fix devres_release_all() return value

2007-06-17 Thread Adrian Bunk
Every file should include the headers containing the prototypes for it's global functions. Since the GNU C compiler is now able to detect that the function prototype of devres_release_all() in the header and the actual function disagree regarding the return value, this patch also fixes this

[2.6 patch] fix devres_release_all() return value

2007-06-17 Thread Adrian Bunk
Every file should include the headers containing the prototypes for it's global functions. Since the GNU C compiler is now able to detect that the function prototype of devres_release_all() in the header and the actual function disagree regarding the return value, this patch also fixes this

Re: [2.6 patch] fix devres_release_all() return value

2007-06-17 Thread Tejun Heo
Adrian Bunk wrote: Every file should include the headers containing the prototypes for it's global functions. Since the GNU C compiler is now able to detect that the function prototype of devres_release_all() in the header and the actual function disagree regarding the return value, this