commit | 0427193b691edc81c846c7d0ebd2561cae8709d8 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Fri Aug 03 17:02:48 2012 -0700 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Sat Aug 04 16:16:45 2012 -0700 |
tree | 5cdce9e06c938bb9b5f850a12b45871fe94410ea | |
parent | a384f6411734e763daa4bae30e8ff170d7d4c3e2 [diff] |
pstore/ram: Fix printk format warning Fix printk format warning (on i386) in pstore: fs/pstore/ram.c:409:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>