Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753432AbbGXMRI (ORCPT ); Fri, 24 Jul 2015 08:17:08 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:32889 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752248AbbGXMRG (ORCPT ); Fri, 24 Jul 2015 08:17:06 -0400 MIME-Version: 1.0 In-Reply-To: <20150724115813.GA3004@vaishali-Ideapad-Z570> References: <20150724115813.GA3004@vaishali-Ideapad-Z570> Date: Fri, 24 Jul 2015 14:17:05 +0200 Message-ID: Subject: Re: [PATCH] power_supply: Adjust devm usage From: Frans Klaver To: Vaishali Thakkar Cc: Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 18 Hi, On Fri, Jul 24, 2015 at 1:58 PM, Vaishali Thakkar wrote: > Use devm_kasprintf instead of kasprintf. Also, remove various > gotos by direct returns and drop unneeded label err_free_name. If there's to be a respin, reword this so that it becomes clearer that removing the various gotos and the label is an effect of using devm_kasprintf here. I started out thinking that this patch did two things. Frans -- 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/