diff options
| author | Joe Perches <[email protected]> | 2014-01-23 15:54:17 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-01-23 16:36:56 -0800 |
| commit | aaf07621b8bbfdc0d87e9e5dbf1af3b24304998a (patch) | |
| tree | 0b6b96f278a12b3dc5bcc46217ea8f0d54098d14 /tools/perf/scripts/python/sched-migration.py | |
| parent | c28aa1f0a847c36daa4280b611e2b54bad75c576 (diff) | |
vsprintf: add %pad extension for dma_addr_t use
dma_addr_t's can be either u32 or u64 depending on a CONFIG option.
There are a few hundred dma_addr_t's printed via either cast to unsigned
long long, unsigned long or no cast at all.
Add %pad to be able to emit them without the cast.
Update Documentation/printk-formats.txt too.
Signed-off-by: Joe Perches <[email protected]>
Cc: "Shevchenko, Andriy" <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Laurent Pinchart <[email protected]>
Cc: Julia Lawall <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions