From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Date: Thu, 04 May 2017 11:46:34 +0200 Subject: [PATCH] b43: Add missing MODULE_FIRMWARE() In-Reply-To: <87wp9xq7nx.fsf@kamboji.qca.qualcomm.com> References: <20170504092752.2422-1-tiwai@suse.de> <87wp9xq7nx.fsf@kamboji.qca.qualcomm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kalle Valo Cc: linux-wireless@vger.kernel.org, b43-dev@lists.infradead.org, zajec5@gmail.com On Thu, 04 May 2017 11:43:14 +0200, Kalle Valo wrote: > > Takashi Iwai writes: > > > Some recent firmware entries were forgotten to be added via > > MODULE_FIRMWARE(), which may result in the non-functional state when > > the driver is loaded in initrd. > > > > Link: http://bugzilla.opensuse.org/show_bug.cgi?id=1037344 > > Signed-off-by: Takashi Iwai > > With recent you mean three years ago? ;) Heh, time flies :) > Some of these were added by > Rafal (CCed) in commit 15be8e89cdd99 and some in a60f99f75dd35. > > I'll replace the word recent and add: > > Fixes: 15be8e89cdd9 ("b43: add more bcma cores") > > But as this is so old bug I'll queue this to 4.13. Thanks, it's no urgent fix, obviously. We just stumbled on this casually. Takashi