Re: [PATCH] [next] HID: hyperv: remove unused struct synthhid_msg
From: Jiri Kosina <jikos@kernel.org>
Date: 2022-10-24 14:59:37
Also in:
linux-input, lkml
From: Jiri Kosina <jikos@kernel.org>
Date: 2022-10-24 14:59:37
Also in:
linux-input, lkml
On Mon, 24 Oct 2022, Paulo Miguel Almeida wrote:
struct synthhid_msg was meant to be a generic representation of the possible protocol messages sent through VMBus. In practice, only the header is read and depending on the message type, a cast to the actual type is done. Also, SYNTHHID_MAX_INPUT_REPORT_SIZE constant isn't used which I suspect is a leftover from the refactoring made while this driver was at the staging folder. This patch removes struct synthhid_msg and refactor the code accordingly.
Applied, thanks. -- Jiri Kosina SUSE Labs