commit | 3707b2c3d21f7c9f8c6aadba79ef012f0bbad10c | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Fri Feb 12 12:26:04 2016 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 07 13:13:58 2016 -0800 |
tree | 912985a53d0ebe06fe423053aa59ab3d1e971cb7 | |
parent | c67682c5e0a43bdcb049c7775b78200835f12b95 [diff] |
mtd: bcm63xxpart: give width specifier an 'int', not 'size_t' Fixes this warning: >> drivers/mtd/bcm63xxpart.c:175:4: note: in expansion of macro 'pr_err' pr_err("invalid rootfs address: %*ph\n", ^ >> include/linux/kern_levels.h:4:18: warning: field width specifier '*' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>