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 the actual function 
> > disagree regarding the return value, this patch also fixes this bug.
> > 
> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
> 
> Acked-by: Tejun Heo <[EMAIL PROTECTED]>
> 
> This should go through Greg.
> 
>   http://article.gmane.org/gmane.linux.kernel/544290/raw

Thanks, I've picked it up now.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 the actual function 
  disagree regarding the return value, this patch also fixes this bug.
  
  Signed-off-by: Adrian Bunk [EMAIL PROTECTED]
 
 Acked-by: Tejun Heo [EMAIL PROTECTED]
 
 This should go through Greg.
 
   http://article.gmane.org/gmane.linux.kernel/544290/raw

Thanks, I've picked it up now.

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 patch also fixes this bug.
> 
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

Acked-by: Tejun Heo <[EMAIL PROTECTED]>

This should go through Greg.

  http://article.gmane.org/gmane.linux.kernel/544290/raw

-- 
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 patch also fixes this bug.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

Acked-by: Tejun Heo [EMAIL PROTECTED]

This should go through Greg.

  http://article.gmane.org/gmane.linux.kernel/544290/raw

-- 
tejun
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/