commit | 04397fe94ad65289884b9862b6a0c722ececaadf | [log] [tgz] |
---|---|---|
author | David Vrabel <[email protected]> | Thu Jun 27 11:35:45 2013 +0100 |
committer | Thomas Gleixner <[email protected]> | Fri Jun 28 23:15:06 2013 +0200 |
tree | b8cb0d1e8eca2540534a16ee0650aa7ede33d52b | |
parent | 0eb071651474952c8b6daecd36b378e2d01be22c [diff] |
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 <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: John Stultz <[email protected]> Cc: <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>