Message ID | 20230802095737.3957587-1-liaochang1@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Use dev_err_probe in i2c probe function | expand |
Hi Liao, On Wed, Aug 02, 2023 at 05:57:28PM +0800, Liao Chang wrote: > Use the dev_err_probe function instead of dev_err in the probe function > so that the printed messge includes the return value and also handles > -EPROBE_DEFER nicely. first of all thanks for this cleanup which is very much appreciated! I need to ask you to add the version to all the patches, not just patch 0/9. It's trivial if you do "git format-patch -v 2...". Thanks, Andi
在 2023/8/5 6:19, Andi Shyti 写道: > Hi Liao, > > On Wed, Aug 02, 2023 at 05:57:28PM +0800, Liao Chang wrote: >> Use the dev_err_probe function instead of dev_err in the probe function >> so that the printed messge includes the return value and also handles >> -EPROBE_DEFER nicely. > > first of all thanks for this cleanup which is very much > appreciated! > > I need to ask you to add the version to all the patches, not just > patch 0/9. It's trivial if you do "git format-patch -v 2...". Hi Andi, Trully sorry for the misleading, I will add the version to all the patches and send them out in next revision. Thanks for taking the time to review these patches. > > Thanks, > Andi