[TuxOnIce-devel] [SCM] TuxOnIce, tracking HEAD. branch, combined, updated. TuxOnIce-3.0.99.32-5267-gbeecee7

Nigel Cunningham nigelc at hera.kernel.org
Fri Dec 11 21:29:07 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "TuxOnIce, tracking HEAD.".

The branch, combined has been updated
       via  beecee79ccda74bddc31ca469053960837a00575 (commit)
      from  bb7f1f242ce0de58a8aded238c1bf841d0625189 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit beecee79ccda74bddc31ca469053960837a00575
Author: Nigel Cunningham <nigel at tuxonice.net>
Date:   Sat Dec 12 08:27:33 2009 +1100

    sizeof() is 'size_t' which may or may not be 'long'.
    
    Correct printk calls to format size_t values with '%zu'
    rather than '%ld'. Fixes the following three warnings
    when building an i686 tuxonice kernel:
    
    kernel/power/tuxonice_bio_core.c:559: warning: format '%ld' expects type 'long int', but argument 2 has type 'unsigned int'
    kernel/power/tuxonice_modules.c:81: warning: format '%ld' expects type 'long int', but argument 2 has type 'unsigned int'
    kernel/power/tuxonice_modules.c:84: warning: format '%ld' expects type 'long int', but argument 2 has type 'unsigned int'
    
    Signed-off-by: Mikael Pettersson <mikpe at it.uu.se>
    Signed-off-by: Nigel Cunningham <nigel at tuxonice.net>

-----------------------------------------------------------------------

Summary of changes:
 kernel/power/tuxonice_bio_core.c |    2 +-
 kernel/power/tuxonice_modules.c  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
TuxOnIce, tracking HEAD.


More information about the TuxOnIce-devel mailing list