diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-17 00:32:46 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-17 00:32:46 +0200 |
commit | 1c95e1b69073cff5ff179e592fa1a1e182c78a17 (patch) | |
tree | 3fc9d1f665f66beb24d66b3ea65d2b5fdd7a1878 /drivers/clocksource | |
parent | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-1c95e1b69073cff5ff179e592fa1a1e182c78a17.tar.xz linux-1c95e1b69073cff5ff179e592fa1a1e182c78a17.zip |
Fix kernel/softirq.c printk format warning properly
This fixes the broken 77af7e3403e7314c47b0c07fbc5e4ef21d939532
("softirq, warning fix: correct a format to avoid a warning") fix
correctly.
The type of a pointer subtraction is not "int", nor is it "long". It
can be either (or something else). It's "ptrdiff_t", and the printk
format for it is "%td".
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/clocksource')
0 files changed, 0 insertions, 0 deletions