From: David Vrabel Date: Thu, 27 Jun 2013 10:35:45 +0000 (+0100) Subject: timekeeping: Pass flags instead of multiple bools to timekeeping_update() X-Git-Tag: v3.11-rc1~77^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04397fe94ad65289884b9862b6a0c722ececaadf;p=pandora-kernel.git timekeeping: Pass flags instead of multiple bools to timekeeping_update() Instead of passing multiple bools to timekeeping_updated(), define flags and use a single 'action' parameter. It is then more obvious what each timekeeping_update() call does. Signed-off-by: David Vrabel Cc: Konrad Rzeszutek Wilk Cc: John Stultz Cc: Link: http://lkml.kernel.org/r/1372329348-20841-3-git-send-email-david.vrabel@citrix.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed