From: Tomas Winkler Date: Tue, 3 Apr 2012 20:34:58 +0000 (+0300) Subject: staging/mei: refactor mei_wd_host_init function X-Git-Tag: v3.5-rc1~145^2~229^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9487eb0a1588b8d759f7231c7aa44893525769b2;p=pandora-kernel.git staging/mei: refactor mei_wd_host_init function The function has returned false in both error and success cases. 1. change return value to int and return appropriate errno 2. use typical Linux kernel error handling. 3. normalize debug messages Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed