Skip to content
  • Alessandro Rubini's avatar
    kernel: fix some warnings · dff56a31
    Alessandro Rubini authored
    
    
    While building for a 64-bit host I found a few warnings in format strings.
    One is corrected by using "%zi", and other ones are about resources.
    Unfortunately %pR was added in 2.6.32, so to avoid introducing backporting
    issues to our 2.6.24 cast the argument instead.
    
    Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
    dff56a31