Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14C4EC61DA4 for ; Thu, 9 Mar 2023 09:09:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230332AbjCIJJl (ORCPT ); Thu, 9 Mar 2023 04:09:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230355AbjCIJJX (ORCPT ); Thu, 9 Mar 2023 04:09:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B5B95F52B for ; Thu, 9 Mar 2023 01:09:21 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CD4CC61AA8 for ; Thu, 9 Mar 2023 09:09:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B929AC4339C; Thu, 9 Mar 2023 09:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678352960; bh=6JkwDwIBOjJvV3pHXczF/8PiWm/zS9WFKQmM05KEwBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MPu0mRbG0n6e1rc+v9Eu6URKofWRoQ6nVw9QE+vsRrcV4bEj3MXLmJPYyAuVRwHrO vuEeApv/ApScbMK1UgRQmxcE9K//0r0+D/fceEEKP2o0mipvFwWtEzg3tZDKaAvPdD gubUSIW6A39Kxs/3WnTtHEcnAUhS6rVKfwI8I6KE= Date: Thu, 9 Mar 2023 10:09:17 +0100 From: Greg KH To: Michael Straube Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] staging: r8188eu: two simple cleanups Message-ID: References: <20230307085003.5025-1-straube.linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230307085003.5025-1-straube.linux@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 07, 2023 at 09:50:01AM +0100, Michael Straube wrote: > This series contains two simple cleanups. > > Tested on x86_64 with Inter-Tech DMG-02. > > Michael Straube (2): > staging: r8188eu: busetkipkey is boolean > staging: r8188eu: bgrpkey_handshake is set but never used > > drivers/staging/r8188eu/core/rtw_mlme.c | 1 - > drivers/staging/r8188eu/core/rtw_recv.c | 2 +- > drivers/staging/r8188eu/core/rtw_xmit.c | 2 +- > drivers/staging/r8188eu/include/rtw_security.h | 1 - > 4 files changed, 2 insertions(+), 4 deletions(-) > > -- > 2.39.2 > > Sorry, but I've now deleted this driver, so these patches do not apply. greg k-h