From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]:65461 "EHLO cpsmtpb-ews08.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788AbaFJLVF (ORCPT ); Tue, 10 Jun 2014 07:21:05 -0400 Message-ID: <1402399262.3798.16.camel@x220> (sfid-20140610_132110_283234_3613E371) Subject: b43: B43_BCMA_AND_SSB? From: Paul Bolle To: =?UTF-8?Q?Rafa=C5=82_Mi=C5=82ecki?= , "John W. Linville" Cc: b43-dev@lists.infradead.org, linux-wireless@vger.kernel.org Date: Tue, 10 Jun 2014 13:21:02 +0200 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: RafaƂ, John, 0) linux-next includes your commit fbe057d8a185 ("b43: drop SSB dependency"). It was first included in next-20140514. It added this default for the (new) choice "Supported bus types": default B43_BCMA_AND_SSB 1) That symbol doesn't exist. It seems this line should have read: default B43_BUSES_BCMA_AND_SSB (No one noticed because a choice with a bogus default will, apparently, default to its first entry, which happened to be B43_BUSES_BCMA_AND_SSB.) 2) Is the (trivial) patch to fix that typo queued somewhere? Paul Bolle