From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 751D372 for ; Sun, 24 Oct 2021 12:30:14 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 9356760F45; Sun, 24 Oct 2021 12:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635078614; bh=7Kw7ugt5vi+qCoUVxm3waBXRUBJBDBwINu9hoZF3yRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BzR1sbaUs8dWo8NiXdQe9Fh/o2Cbd0sK9K5Dm4MfX94h5xsl6dvfMnAeaz2IAdpnK nMg94BL1XX5wzHFfqJqVn3GTOmZTnVOsfjvetcM0KriuD3uzfUoLk7DcOHz02KNiFY LkWe9vkVMkl4o6P+xRzU1anDloCRA/3/XYb75GrY= Date: Sun, 24 Oct 2021 14:30:11 +0200 From: Greg Kroah-Hartman To: "Fabio M. De Francesco" Cc: Larry Finger , Phillip Potter , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: r8188eu: Remove four unused semaphores Message-ID: References: <20211022113936.7909-1-fmdefrancesco@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211022113936.7909-1-fmdefrancesco@gmail.com> On Fri, Oct 22, 2021 at 01:39:36PM +0200, Fabio M. De Francesco wrote: > Remove four initialized but unused semaphores. > > Signed-off-by: Fabio M. De Francesco What semaphores were removed? Please be specific. And can this be broken up into "one removal per patch?" thanks, greg k-h