commit | 2130ad32a03f8d2d772cbbd94eff5358d8ab9e33 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Tue Mar 29 12:35:23 2011 -0700 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Apr 01 16:44:31 2011 +0300 |
tree | cce590b080f490265e3eebd64582afb0a656e592 | |
parent | 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d [diff] |
mtd: mtdswap: fix printk format warning The number is actually a sizeof(), so using %zu for it builds cleanly on 32-bit or 64-bit. drivers/mtd/mtdswap.c:1456: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>