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 <[email protected]> > --- > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

