From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754723AbbCQAvE (ORCPT ); Mon, 16 Mar 2015 20:51:04 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:33459 "EHLO mail-la0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754575AbbCQAvC (ORCPT ); Mon, 16 Mar 2015 20:51:02 -0400 MIME-Version: 1.0 X-Originating-IP: [60.245.64.174] In-Reply-To: <20150216115127.GA14545@x1> References: <1423805332.20498.2.camel@phoenix> <20150216115127.GA14545@x1> Date: Tue, 17 Mar 2015 08:51:00 +0800 Message-ID: Subject: Re: [PATCH] mfd: stw481x: Remove unused fields from struct stw481x From: Axel Lin To: Lee Jones Cc: Linus Walleij , Liam Girdwood , Mark Brown , "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 2015-02-16 19:51 GMT+08:00 Lee Jones : > On Fri, 13 Feb 2015, Axel Lin wrote: > >> The mutex lock is not used at all, remove it. >> The *vmmc_regulator is not necessary, use a local variable in >> stw481x_vmmc_regulator_probe() instead. >> >> Signed-off-by: Axel Lin >> --- >> drivers/regulator/stw481x-vmmc.c | 8 ++++---- >> include/linux/mfd/stw481x.h | 4 ---- >> 2 files changed, 4 insertions(+), 8 deletions(-) > > Acked-by: Lee Jones Hi Lee, I thought you will pick up this patch. But now I got your ack, I'm not sure what should I do now. Should I resend the patch? Regards, Axel