From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935671Ab3DHSdc (ORCPT ); Mon, 8 Apr 2013 14:33:32 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:59507 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935562Ab3DHSda (ORCPT ); Mon, 8 Apr 2013 14:33:30 -0400 Date: Mon, 8 Apr 2013 11:33:25 -0700 From: Greg KH To: Chanwoo Choi Cc: linux-kernel@vger.kernel.org, MyungJoo Ham , Kyungmin Park Subject: Re: [GIT PULL] extcon fixes for 3.9-rc6 Message-ID: <20130408183325.GA22633@kroah.com> References: <51622526.8000302@samsung.com> <20130408023621.GA5894@kroah.com> <51623EEA.80401@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51623EEA.80401@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 08, 2013 at 12:52:10PM +0900, Chanwoo Choi wrote: > On 04/08/2013 11:36 AM, Greg KH wrote: > > On Mon, Apr 08, 2013 at 11:02:14AM +0900, Chanwoo Choi wrote: > >> Hi Greg, > >> > >> This is extcon fixes for 3.9-rc6 > >> Please pull extcon with following updates. > >> > >> Best Regards and thanks, > >> Chanwoo Choi > >> > >> 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-3.9-rc6 > >> > >> for you to fetch changes up to 2fbeb4347e02078828510e5fe43ab4bea21b20d1: > >> > >> extcon: max8997: Fix return value (2013-04-08 09:13:18 +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 > > None of these should go into 3.9-final, they are all trivial cleanups. > > Only major bug fixes or regressions should be sent right now for 3.9, > > sorry. > > > > I will be glad to pull these into my -next branch for 3.10 if you want. > > > > greg k-h > > > OK, I agree completely with your opinion. Thanks. Ok, please resend them, along with any other patches you want to see in 3.10, very soon, so I can get them merged into my tree. thanks. greg k-h