commit | 864fa7f46162a32c7c18da0c15d04777aa34ac02 | [log] [tgz] |
---|---|---|
author | Chuansheng Liu <chuansheng.liu@intel.com> | Wed Nov 07 01:21:20 2012 +0800 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Nov 06 13:29:45 2012 +0200 |
tree | 94441695a979b698a84121cd942c0ba9d1b1f060 | |
parent | 230edc033d9ebb62c1db9579262089fdb2353ee9 [diff] |
OMAPDSS: DISPC: Fix the usage of wait_for_completion_timeout The return value of wait_for_completion_timeout() is always >= 0 with unsigned int type. So the condition "ret < 0" or "ret >= 0" is pointless. Signed-off-by: liu chuansheng <chuansheng.liu@intel.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>