commit | 5cb33e2166067e1fff7ebc3b849ec70a6fd7ec1d | [log] [tgz] |
---|---|---|
author | Jani Nikula <ext-jani.1.nikula@nokia.com> | Tue Jun 01 18:08:18 2010 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | Thu Aug 05 16:52:10 2010 +0300 |
tree | 6531963d207d2adc5637f855243d0ad2c39c20f4 | |
parent | 7f8b183059edc6c74654301431d520a91539e45f [diff] |
OMAP: DSS2: OMAPFB: Fix sysfs mirror input check Using bool silently converted input to 0 or 1, making the range check useless. Use unsigned long instead, and convert to bool later. Found by Coverity. Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>