Re: [char-misc-next] mei: bus: use ssize_t as the return type for send and receive

From: Greg KH
Date: Wed Nov 26 2014 - 22:09:08 EST


On Mon, Nov 24, 2014 at 09:51:06AM +0200, Tomas Winkler wrote:
> 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@xxxxxxxxx>
> ---
> drivers/misc/mei/bus.c | 30 ++++++++++++++----------------
> drivers/misc/mei/mei_dev.h | 6 +++---
> include/linux/mei_cl_bus.h | 4 ++--
> 3 files changed, 19 insertions(+), 21 deletions(-)

Doesn't apply :(
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/