mbox series

[0/2] HID: mcp2221: fixes related to IIO additions

Message ID 20221020153000.30874-1-matt.ranostay@konsulko.com
Headers show
Series HID: mcp2221: fixes related to IIO additions | expand

Message

Matt Ranostay Oct. 20, 2022, 3:29 p.m. UTC
This series resolves sparse warnings, and undefined references errors when
GPIOLIB isn't enabled.

Matt Ranostay (2):
  HID: mcp2221: fix 'cast to restricted __le16' sparse warnings
  HID: mcp2221: correct undefined references when CONFIG_GPIOLIB isn't
    defined

 drivers/hid/hid-mcp2221.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Jiri Kosina Oct. 21, 2022, 11:44 a.m. UTC | #1
On Thu, 20 Oct 2022, Matt Ranostay wrote:

> This series resolves sparse warnings, and undefined references errors when
> GPIOLIB isn't enabled.
> 
> Matt Ranostay (2):
>   HID: mcp2221: fix 'cast to restricted __le16' sparse warnings
>   HID: mcp2221: correct undefined references when CONFIG_GPIOLIB isn't
>     defined
> 
>  drivers/hid/hid-mcp2221.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Now applied on top of hid.git#for-6.2/mcp2221. Thanks,