Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753393AbaBJRhz (ORCPT ); Mon, 10 Feb 2014 12:37:55 -0500 Received: from mail-la0-f45.google.com ([209.85.215.45]:43090 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752805AbaBJRhv convert rfc822-to-8bit (ORCPT ); Mon, 10 Feb 2014 12:37:51 -0500 MIME-Version: 1.0 In-Reply-To: <20140210111349.GA21522@lee--X1> References: <1391762601-4560-1-git-send-email-levex@linux.com> <003701cf25f6$3807c6d0$a8175470$%han@samsung.com> <20140210111349.GA21522@lee--X1> From: Bryan Wu Date: Mon, 10 Feb 2014 09:37:29 -0800 Message-ID: Subject: Re: [PATCH] backlight: replace kfree with put_device To: Lee Jones Cc: Jingoo Han , Andrew Morton , Levente Kurusa , LKML , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , FBDEV list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 10, 2014 at 3:13 AM, Lee Jones wrote: >> > As per the comments on device_register, we shouldn't call kfree() >> > right after a device_register() failure. Instead call put_device(), >> > which in turn will call bl_device_release resulting in a kfree to the >> > full structure. >> > >> > Signed-off-by: Levente Kurusa >> >> (+cc Bryan Wu, Lee Jones) >> >> Acked-by: Jingoo Han > > Applied to temporary Backlight repo [1], thanks. > > [1] git://git.linaro.org/people/lee.jones/backlight.git > Great, I think we can put the Git URL into the MAINTAINS file for Backlight subsystem after your finalize the git repo. Thanks, -Bryan > -- > Lee Jones > Linaro STMicroelectronics Landing Team Lead > Linaro.org │ Open source software for ARM SoCs > Follow Linaro: Facebook | Twitter | Blog -- 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/