[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <51635022.7000204@samsung.com>
Date: Tue, 09 Apr 2013 08:17:54 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Chanwoo Choi <cw00.choi@...sung.com>
Subject: [GIT PULL] extcon for 3.10
Hi Greg,
This is extcon pull request for v3.10.
Please pull extcon with following updates.
The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-for-3.10
for you to fetch changes up to 3ad9e86d54ed2770aa693a90a0872cbe7ffc6831:
extcon: max8997: Fix return value (2013-04-09 07:53:46 +0900)
----------------------------------------------------------------
This is small fixes for extcon driver.
MAX77693 extcon driver
- Add 'static' keryword to internal data structure
- Fix return value using 'ret' instead of hardcoding
MAX8997 extcon driver
- Use dev_err() instead of pr_err()
- Fix return value using 'ret' instead of hardcoding
----------------------------------------------------------------
Jingoo Han (1):
extcon: max8997: use dev_err() instead of pr_err()
Sachin Kamat (3):
extcon: max77693: Staticize default_init_data
extcon: max77693: Fix return value
extcon: max8997: Fix return value
drivers/extcon/extcon-max77693.c | 10 +++++-----
drivers/extcon/extcon-max8997.c | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists