From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6353BC433EF for ; Mon, 25 Oct 2021 07:10:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 42DB360FD7 for ; Mon, 25 Oct 2021 07:10:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231166AbhJYHMY (ORCPT ); Mon, 25 Oct 2021 03:12:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:59376 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229727AbhJYHMX (ORCPT ); Mon, 25 Oct 2021 03:12:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5C6B760F6F; Mon, 25 Oct 2021 07:10:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635145801; bh=ekVPHsWSQGUmC/hsU73qpMXP3NYnURrkjKH4BVQopEA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1Ja7Q0u2YTThGPHH4sgxRIUWefxt0aZ5FzWAkA6NciMd1jlJoz9rm53QcHPZJtxQ5 Hgc6yZXSONkq9rnUCa7IEpiQBVY80Ly+e0dNXQsKLgC97wgcXdliA7MDWEe1QEAe7O 4l8jiHSxEXuMQ7/2c0V8VHcAS/BJCxpSs59ygEBs= Date: Mon, 25 Oct 2021 09:09:59 +0200 From: Greg Kroah-Hartman To: Martin Kaiser Cc: Larry Finger , Phillip Potter , Michael Straube , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] staging: r8188eu: remove struct sreset_priv Message-ID: References: <20211024180448.20624-1-martin@kaiser.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211024180448.20624-1-martin@kaiser.cx> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 24, 2021 at 08:04:43PM +0200, Martin Kaiser wrote: > The sreset_priv structure is not used by the r8188eu driver. This patchset > removes sreset_priv step by step. Nice cleanup, thanks! greg k-h