From: Yoshihiro YUNOMAE Date: Thu, 11 Oct 2012 23:27:54 +0000 (-0700) Subject: ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~77^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ecf2c3afead23a05227ab004e4212eca08c207;p=pandora-kernel.git ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 ring_buffer_oldest_event_ts() should return a value of u64 type, because ring_buffer_per_cpu->buffer_page->buffer_data_page->time_stamp is u64 type. Link: http://lkml.kernel.org/r/1349998076-15495-5-git-send-email-dhsharp@google.com Cc: Frederic Weisbecker Cc: Vaibhav Nagarnaik Signed-off-by: Yoshihiro YUNOMAE Signed-off-by: David Sharp Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed