Dear Greg,
This is extcon-fixes pull request for v5.12. I add detailed description of
this pull request on below. Please pull extcon with following updates.
Best Regards,
Chanwoo Choi
The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:
Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-fixes-for-5.12-rc4
for you to fetch changes up to d3bdd1c3140724967ca4136755538fa7c05c2b4e:
extcon: Fix error handling in extcon_dev_register (2021-03-15 11:09:38 +0900)
----------------------------------------------------------------
Dinghao Liu (1):
extcon: Fix error handling in extcon_dev_register
Krzysztof Kozlowski (1):
extcon: Add stubs for extcon_register_notifier_all() functions
drivers/extcon/extcon.c | 1 +
include/linux/extcon.h | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
--
Best Regards,
Chanwoo Choi
Samsung Electronics
On Mon, Mar 15, 2021 at 11:37:18AM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-fixes pull request for v5.12. I add detailed description of
> this pull request on below. Please pull extcon with following updates.
>
> Best Regards,
> Chanwoo Choi
>
>
> The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:
>
> Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-fixes-for-5.12-rc4
Pulled and pushed out, thanks.
greg k-h