Loading net/bluetooth/hidp/core.c +2 −2 Original line number Diff line number Diff line Loading @@ -431,8 +431,8 @@ static void hidp_del_timer(struct hidp_session *session) del_timer(&session->timer); } static void hidp_process_report(struct hidp_session *session, int type, const u8 *data, int len, int intr) static void hidp_process_report(struct hidp_session *session, int type, const u8 *data, unsigned int len, int intr) { if (len > HID_MAX_BUFFER_SIZE) len = HID_MAX_BUFFER_SIZE; Loading Loading
net/bluetooth/hidp/core.c +2 −2 Original line number Diff line number Diff line Loading @@ -431,8 +431,8 @@ static void hidp_del_timer(struct hidp_session *session) del_timer(&session->timer); } static void hidp_process_report(struct hidp_session *session, int type, const u8 *data, int len, int intr) static void hidp_process_report(struct hidp_session *session, int type, const u8 *data, unsigned int len, int intr) { if (len > HID_MAX_BUFFER_SIZE) len = HID_MAX_BUFFER_SIZE; Loading