From: Guennadi Liakhovetski Date: Fri, 3 Sep 2010 07:20:08 +0000 (+0000) Subject: fbdev: sh_mobile_lcdcfb: fix notifier callback return codes X-Git-Tag: v2.6.37-rc1~23^2^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf163749952ca5e33dd2d6a74da023e385c3a00;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt --- Reading git-diff-tree failed