From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 35FF17C for ; Fri, 5 Aug 2022 04:13:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FA51C433D6; Fri, 5 Aug 2022 04:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659672829; bh=gYsacg6yoJQRyWR3sBDt5pes3+3xmeUVstzAqdvDkxA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=ELp3++G1Y96F+GghGyAYpU2JPx5YFNvyfrEPFHAUahP95gLlgqNBn1Iro8TcavWuC 2T+JGMer0Kv3JOQUXVMAWnjGL7piHDNIR75xtAS4pwW6BIagmhlvRsBw53RgDyoSNk 7CEXoysWQjWUYiOsQPTg2URxk2MttZW6F0K8kSmc= Date: Fri, 5 Aug 2022 06:13:44 +0200 From: Greg KH To: Grzegorz Szymaszek , Philipp Hortmann , Larry Finger , Phillip Potter , linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 1/3] staging: r8188eu: set firmware path in a macro Message-ID: References: <6c83e05e5dbccff5630ccfed9e40bf84c889b647.1659565180.git.gszymaszek@short.pl> 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Fri, Aug 05, 2022 at 12:23:12AM +0200, Grzegorz Szymaszek wrote: > On Thu, Aug 04, 2022 at 10:11:58PM +0200, Philipp Hortmann wrote: > > On 8/4/22 00:28, Grzegorz Szymaszek wrote: > > > diff --git a/drivers/staging/r8188eu/os_dep/os_intfs.c b/drivers/staging/r8188eu/os_dep/os_intfs.c > > > -%<- > > > -MODULE_FIRMWARE("rtlwifi/rtl8188eufw.bin"); > > > +MODULE_FIRMWARE(FW_RTL8188EU); > > > > > > It failed to apply your patch as the following line: > > MODULE_FIRMWARE("rtlwifi/rtl8188eufw.bin"); > > is not in the repo. Inserted line in my repo to apply patch. > > I’m sorry, I didn’t add the base tree reference. Right now, git > format-patch generates the following: > > base-commit: 9de1f9c8ca5100a02a2e271bdbde36202e251b4b > prerequisite-patch-id: 79964bd0bcd260f1df53830a81e009c34993ee6f > > The prerequisite patch is available at > . > > > Why is the coverletter missing? > > I didn’t think it would be necessary, since the patches are quite > simple and there are just three of them. Again, I’m sorry, I don’t want > to make it harder for anyone to review my patches. Hopefully I will > learn more of the kernel development practises without wasting too much > time of patch reviewers. > > Should I send an improved (with the base tree reference and with a short > cover letter) patch series? Nah, it's fine as-is, I will take it when my tree opens up again after -rc1 is out in a week or so. thanks, greg k-h