mbox series

[v2,0/2] Updates to amd_sfh driver

Message ID 20220927102726.1599178-1-Basavaraj.Natikar@amd.com
Headers show
Series Updates to amd_sfh driver | expand

Message

Basavaraj Natikar Sept. 27, 2022, 10:27 a.m. UTC
Changes includes to replace dev_err to dev_dbg and to handle
"no sensors" case for SFH1.1.

v2:
        - Add more verbose changelog 

Basavaraj Natikar (2):
  HID: amd_sfh: Change dev_err to dev_dbg for additional debug info
  HID: amd_sfh: Handle condition of "no sensors" for SFH1.1

 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Jiri Kosina Sept. 30, 2022, 8:31 a.m. UTC | #1
On Tue, 27 Sep 2022, Basavaraj Natikar wrote:

> Changes includes to replace dev_err to dev_dbg and to handle
> "no sensors" case for SFH1.1.
> 
> v2:
>         - Add more verbose changelog 
> 
> Basavaraj Natikar (2):
>   HID: amd_sfh: Change dev_err to dev_dbg for additional debug info
>   HID: amd_sfh: Handle condition of "no sensors" for SFH1.1
> 
>  drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

Applied, thanks.