Re: [PATCH] button: qcom-pmic: fix some error checking

2024-02-14 Thread Caleb Connolly
On Wed, 31 Jan 2024 10:09:15 +0300, Dan Carpenter wrote: > The pmic_reg_read() function can return errors. Add a check for that. > > Applied, thanks! [1/1] button: qcom-pmic: fix some error checking commit: 6b929e9f3c16bbddeffb85351e93db13eaa9b57d Best regards, -- // Caleb (they/them

Re: [PATCH] button: qcom-pmic: fix some error checking

2024-02-02 Thread Sumit Garg
On Wed, 31 Jan 2024 at 12:39, Dan Carpenter wrote: > > The pmic_reg_read() function can return errors. Add a check for that. > > Fixes: 4e8aa0065d4b ("button: qcom-pmic: introduce Qualcomm PMIC button > driver") > Signed-off-by: Dan Carpenter > --- > This patch is mostly to make static checkers

Re: [PATCH] button: qcom-pmic: fix some error checking

2024-01-31 Thread Caleb Connolly
On 31/01/2024 07:09, Dan Carpenter wrote: > The pmic_reg_read() function can return errors. Add a check for that. > > Fixes: 4e8aa0065d4b ("button: qcom-pmic: introduce Qualcomm PMIC button > driver") > Signed-off-by: Dan Carpenter Reviewed-by: Caleb Connolly > --- > This patch is mostly t

[PATCH] button: qcom-pmic: fix some error checking

2024-01-30 Thread Dan Carpenter
The pmic_reg_read() function can return errors. Add a check for that. Fixes: 4e8aa0065d4b ("button: qcom-pmic: introduce Qualcomm PMIC button driver") Signed-off-by: Dan Carpenter --- This patch is mostly to make static checkers happy but it's obvious and harmless. drivers/button/button-qcom-p