commit | 81b40539e748b108d143a5e38526ab00a6a784b6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 15 12:17:09 2012 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 15 12:19:13 2012 +0100 |
tree | 7e63d9d2e0021d6631301f9762b31ed99f05c40f | |
parent | 59263b513c11398cd66a52d4c5b2b118ce1e0359 [diff] |
futex: Simplify return logic No need to assign ret in each case and break. Simply return the result of the handler function directly. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Darren Hart <dvhart@linux.intel.com>