From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A39072FB3 for ; Mon, 16 Aug 2021 16:31:22 +0000 (UTC) Received: by mail-ed1-f51.google.com with SMTP id i6so27382123edu.1 for ; Mon, 16 Aug 2021 09:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=2oS0fCAjXI17IygY9TEY+eiBbZmRvOzA4iXKmsK4ngc=; b=DaJaPTbAtUVJCcUI83uEp2yGqYFUIfwRwAdKj/o10p2KMpNSu3eGlPBQAKUg6R1qGS EgH+89EjK3I7Gb+rsE6VrMywwUIfwlxxNGyUjjhDPmoPOxsc4LHjqQaJtP2tLcVzhC1M VQVi5EciYiYlIdEsFDNfuzT1a18DmEyzlvrqi/K73iu2dv7kL5W4QfxBoLZBtZ/gLRpm aic4sKaMV/DyHpITKQ9Eir5VVelSZ41tSs6bmIj8hSBig8zbYar/ekEBYWM2LSBOiapJ LxgofdnnedIQ7X3mVfr5qBfH0CsqQKKg6p2FKMo2yHuEk+uj8XLYbtKJhv7SLaS1PyL2 ArBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=2oS0fCAjXI17IygY9TEY+eiBbZmRvOzA4iXKmsK4ngc=; b=iU4qB0K0AZeDeTdF5hmgEYb4aRKOHb8E6Dh+avvtp2Ikp6d+LJmR5u9bRpAgJ3DlTH K6XqMdiI/Yj4pa9kVmGY2B/7JHP8BlEhEjDEbcyPo2NUJ49zXNmjJxxoeIgxAj4Wiq/u 3x4R9HidCvV4PYy/FJgH/opcUt8ERKsJFJQEsaqYtzWaygBoooANooMELWrhAyt3b9HT 0zuzxWtaSJGhdf+eYE9/a/lF3ombY/JmlMyaYad79FnYzlvRf3T/Gb6dKHxSH8BoLQZU +qjdfxFYL6iCk0HbPmoUmnswleTwbRrF12uLAG2nrq8KrQyjrHEh7/qSt6BdpLCp4j2f LWaA== X-Gm-Message-State: AOAM532J091ySgOBqgMuRFhsbzLoGbgpvb5oQrpuvOI1zFEIqat52o0X th4gv5bMhAYvvWu5jOAAV6E= X-Google-Smtp-Source: ABdhPJxt4+KInPm+4/Qu8wJEKPhp5DgJmXjMui/w4vrk/QM6HNDr1//leCMU8d09Gb7po0dnWu4CHA== X-Received: by 2002:a05:6402:34c7:: with SMTP id w7mr10591717edc.175.1629131481027; Mon, 16 Aug 2021 09:31:21 -0700 (PDT) Received: from ?IPv6:2a02:8108:96c0:3b88::4058? ([2a02:8108:96c0:3b88::4058]) by smtp.gmail.com with ESMTPSA id c9sm3434767ede.40.2021.08.16.09.31.20 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 16 Aug 2021 09:31:20 -0700 (PDT) Subject: Re: [PATCH 0/3] staging: r8188eu: Remove unused code To: "Fabio M. De Francesco" , Greg Kroah-Hartman , Larry Finger , Phillip Potter , Martin Kaiser , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <20210816160617.11949-1-fmdefrancesco@gmail.com> From: Michael Straube Message-ID: Date: Mon, 16 Aug 2021 18:30:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: <20210816160617.11949-1-fmdefrancesco@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 8/16/21 6:06 PM, Fabio M. De Francesco wrote: > Remove unused code from the r8188eu driver. > > Fabio M. De Francesco (3): > staging: r8188eu: Remove unused nat25_handle_frame() > staging: r8188eu: Remove all code depending on the NAT25_LOOKUP method > staging: r8188eu: Remove no more used variable and function > > drivers/staging/r8188eu/core/rtw_br_ext.c | 263 +------------------ > drivers/staging/r8188eu/include/recv_osdep.h | 1 - > drivers/staging/r8188eu/include/rtw_br_ext.h | 1 - > 3 files changed, 1 insertion(+), 264 deletions(-) > Acked-by: Michael Straube Looks good to me, thanks. Regards, Michael