diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2014-11-27 15:07:28 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 16:04:10 +0300 |
commit | 39db74ce1aa83626a0a70ed2abf29a17598fff49 (patch) | |
tree | 3e57345e0161df14173ed443d9a1110c09a8627f /scripts | |
parent | 787d61822525295399f97390bca3e1bb4ce7a6b3 (diff) | |
download | linux-39db74ce1aa83626a0a70ed2abf29a17598fff49.tar.xz |
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 <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions