From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751447AbeACII5 (ORCPT + 1 other); Wed, 3 Jan 2018 03:08:57 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:37707 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751154AbeACII4 (ORCPT ); Wed, 3 Jan 2018 03:08:56 -0500 X-Google-Smtp-Source: ACJfBosqPEfaYdDdu+M3aa5I1ndSnkFef1h+pM4WVyBtSeu9JyqJe6k+wYW11SBHPUzdNEOfbi+aFg== Subject: Re: [PATCH 1/4] extcon: axp288: Remove unused extcon_nb struct member To: Chanwoo Choi , MyungJoo Ham Cc: linux-kernel@vger.kernel.org References: <20171222123616.9562-1-hdegoede@redhat.com> <5A4C2F3B.4060003@samsung.com> From: Hans de Goede Message-ID: <43c3d2f8-1599-ea88-55a6-ec99e0fc7097@redhat.com> Date: Wed, 3 Jan 2018 09:08:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <5A4C2F3B.4060003@samsung.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi, On 03-01-18 02:17, Chanwoo Choi wrote: > Hi Hans, > On 2017년 12월 22일 21:36, Hans de Goede wrote: >> Remove the unused extcon_nb struct member. >> >> Signed-off-by: Hans de Goede >> --- >> drivers/extcon/extcon-axp288.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/drivers/extcon/extcon-axp288.c b/drivers/extcon/extcon-axp288.c >> index 981fba56bc18..ba185e9ebb82 100644 >> --- a/drivers/extcon/extcon-axp288.c >> +++ b/drivers/extcon/extcon-axp288.c >> @@ -107,7 +107,6 @@ struct axp288_extcon_info { >> struct gpio_desc *gpio_mux_cntl; >> int irq[EXTCON_IRQ_END]; >> struct extcon_dev *edev; >> - struct notifier_block extcon_nb; >> unsigned int previous_cable; >> }; >> >> > > Applied them(patch1/2/3/4). Thanks. Great, thank you. Regards, Hans