Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1168564
| From | Chanwoo Choi <cwchoi00@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] extcon: Clean-up the minor issue and fix the NULL pointer error |
| Date | 2015-06-19 08:50 +0200 |
| Message-ID | <pCYhI-82R-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch-set clean-up the minor issue and fix the NULL pointer error of extcon-palmas driver. And extcon driver don't support the bit operation to identify the external connectors from Linux v4.2. So, patch4 removes the bit data of mutually_exclusvie array. Chanwoo Choi (4): extcon: Remove duplicate header file in extcon.h extcon: Remove optional print_state() function pointer of struct extcon_dev extcon: palmas: Fix NULL pointer error extcon: palmas: Remove the mutually_exclusive array drivers/extcon/extcon-gpio.c | 18 ------------------ drivers/extcon/extcon-palmas.c | 10 ---------- drivers/extcon/extcon.c | 8 -------- include/linux/extcon.h | 7 ------- 4 files changed, 43 deletions(-) -- 2.2.0.GIT -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] extcon: Clean-up the minor issue and fix the NULL pointer error Chanwoo Choi <cwchoi00@gmail.com> - 2015-06-19 08:50 +0200 [PATCH 4/4] extcon: palmas: Remove the mutually_exclusive array Chanwoo Choi <cwchoi00@gmail.com> - 2015-06-19 08:50 +0200
csiph-web