From: Tomas Winkler Date: Thu, 27 Nov 2014 12:07:28 +0000 (+0200) Subject: mei: bus: use ssize_t as the return type for send and receive X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~85^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39db74ce1aa83626a0a70ed2abf29a17598fff49;p=pandora-kernel.git mei: bus: use ssize_t as the return type for send and receive Mei bus receive and send function may return either number of transmitted bytes or errno. It is better to use ssize_t type for that purpose that mixing size_t with int. Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed