diff options
| author | Randy Dunlap <[email protected]> | 2020-03-23 19:25:05 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-03-24 12:40:28 +0100 |
| commit | 3baf89abca196f6dcb7038fd5342fd6e82f3260c (patch) | |
| tree | be1d391c488e2bcb862fa30426c483d602eb46f9 /lib/mpi | |
| parent | 9d20328d0bfed3cc11b11db74f755d6e250b07fa (diff) | |
bus/mhi: fix printk format for size_t
Fix printk format warning by using %z for size_t modifier:
../drivers/bus/mhi/core/boot.c: In function `mhi_rddm_prepare':
../drivers/bus/mhi/core/boot.c:55:15: warning: format `%lx' expects argument of type `long unsigned int', but argument 5 has type `size_t {aka unsigned int}' [-Wformat=]
dev_dbg(dev, "Address: %p and len: 0x%lx sequence: %u
",
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 6fdfdd27328ce ("bus: mhi: core: Add support for downloading RDDM image during panic")
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Manivannan Sadhasivam <[email protected]>
Cc: Hemant Kumar <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: https://lore.kernel.org/r/20200324022505.UiPPJZVXX%[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions