linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Use devm_* functions for Melfas touch device.
@ 2014-05-26 13:29 Beomho Seo
  2014-05-26 13:29 ` [PATCH v2 1/2] Input: mcs_touchkey: use devm_* functions Beomho Seo
  2014-05-26 13:29 ` [PATCH v2 2/2] Input: mcs5000_ts: " Beomho Seo
  0 siblings, 2 replies; 4+ messages in thread
From: Beomho Seo @ 2014-05-26 13:29 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov, jy0922.shim, sachin.kamat
  Cc: myungjoo.ham, jh80.chung, cw00.choi, Beomho Seo

This patch set devm_* functions in Melfas touche device driver.
As a result, error path and remove() function is simplified.

Changes in v2:
- Additionally use devm_kzalloc mcs_[touchkey/ts]_data struct.

Beomho Seo (2):
  Input: mcs_touchkey: use devm_* functions
  Input: mcs5000_ts: use devm_* functions.

 drivers/input/keyboard/mcs_touchkey.c  |   53 +++++++++-----------------------
 drivers/input/touchscreen/mcs5000_ts.c |   42 ++++++++-----------------
 2 files changed, 26 insertions(+), 69 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-05-26 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 13:29 [PATCH v2 0/2] Use devm_* functions for Melfas touch device Beomho Seo
2014-05-26 13:29 ` [PATCH v2 1/2] Input: mcs_touchkey: use devm_* functions Beomho Seo
2014-05-26 20:36   ` Dmitry Torokhov
2014-05-26 13:29 ` [PATCH v2 2/2] Input: mcs5000_ts: " Beomho Seo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).