From: Arnaldo Carvalho de Melo Date: Mon, 20 Aug 2007 00:14:27 +0000 (-0700) Subject: [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed X-Git-Tag: v2.6.24-rc1~1454^2~798 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac198ea8d94a46830080372a539420cf4a8de4a3;p=pandora-kernel.git [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed The code was too complicated, if p > 0 in ccid3_hc_tx_no_feedback_timer the timestamp was being obtained to be passed to ccid3_hc_tx_update_x, where only if p > 0 the timestamp was needed, so just leave it to ccid3_hc_tx_update_x to obtain the timestamp if needed. This will help in the upcoming changesets where we'll convert t_ld to ktime_t. We'll eventually try to reuse ktime_get_real() calls again. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed