git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5578213
)
tracing: fix the block trace points print size
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 9 Jun 2009 18:04:26 +0000
(14:04 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Tue, 9 Jun 2009 18:17:36 +0000
(14:17 -0400)
The sector field is either u64 or unsigned long depending on
the arch. This patch casts the sector to unsigned long long to
prevent the printf warnings.
[ Impact: remove compile warnings ]
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found