All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] extcon: use dev_get_platdata()
@ 2013-09-11  2:21 Jingoo Han
  2013-09-11  2:23 ` [PATCH 1/3] extcon: adc-jack: " Jingoo Han
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jingoo Han @ 2013-09-11  2:21 UTC (permalink / raw)
  To: 'Chanwoo Choi'
  Cc: 'MyungJoo Ham', linux-kernel, 'Jingoo Han'

Use the wrapper function for retrieving the platform data instead of
accessing dev->platform_data directly. This is a cosmetic change
to make the code simpler and enhance the readability.

---
 drivers/extcon/extcon-adc-jack.c |    2 +-
 drivers/extcon/extcon-gpio.c     |    2 +-
 drivers/extcon/extcon-palmas.c   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-11  2:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11  2:21 [PATCH 0/3] extcon: use dev_get_platdata() Jingoo Han
2013-09-11  2:23 ` [PATCH 1/3] extcon: adc-jack: " Jingoo Han
2013-09-11  2:26 ` [PATCH 2/3] extcon: gpio: " Jingoo Han
2013-09-11  2:27 ` [PATCH 3/3] extcon: palmas: " Jingoo Han
2013-09-11  2:36 ` [PATCH 0/3] extcon: " Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.