commit | baf163749952ca5e33dd2d6a74da023e385c3a00 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Fri Sep 03 07:20:08 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Sep 14 17:22:46 2010 +0900 |
tree | c2aa5542de0861046c3bda8efd8c5d9c696a0cc2 | |
parent | 44432407d9f5e4b2e56c7eccb65d98cad4bba191 [diff] |
fbdev: sh_mobile_lcdcfb: fix notifier callback return codes Notifier callbacks have to return either one of NOTIFY_* codes or a negative errno, converted to a suitable value by the notifier_from_errno() inline, if the notifier chain shall not be continued. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>