Loading drivers/misc/mei/bus.c +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ static int ___mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, /* Check if we have an ME client device */ id = mei_me_cl_by_id(dev, cl->me_client_id); if (id < 0) return -ENODEV; return id; if (length > dev->me_clients[id].props.max_msg_length) return -EINVAL; Loading Loading
drivers/misc/mei/bus.c +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ static int ___mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, /* Check if we have an ME client device */ id = mei_me_cl_by_id(dev, cl->me_client_id); if (id < 0) return -ENODEV; return id; if (length > dev->me_clients[id].props.max_msg_length) return -EINVAL; Loading