From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael =?ISO-8859-1?Q?B=FCsch?= Date: Sun, 12 Dec 2010 16:36:25 +0100 Subject: [PATCH 2/2] ssb: Save sprom image for dump of device at alternate location In-Reply-To: <4D04EA37.50309@lwfinger.net> (sfid-20101212_162839_223659_FFFFFFFFD389D611) References: <4d044307.Ipm73VWEgifFrF0m%Larry.Finger@lwfinger.net> (sfid-20101212_043513_712988_FFFFFFFF9320429C) <1292144592.11817.7.camel@maggie> <4D04EA37.50309@lwfinger.net> (sfid-20101212_162839_223659_FFFFFFFFD389D611) Message-ID: <1292168185.3572.4.camel@maggie> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Larry Finger Cc: John W Linville , b43-dev@lists.infradead.org, linux-wireless@vger.kernel.org On Sun, 2010-12-12 at 09:28 -0600, Larry Finger wrote: > >> + if (bus->sprom_data) { > >> + sprom = bus->sprom_data; > >> + err = 0; > >> + } else { > > > > This branch is dead now, or do I miss something? > > I kept it for those devices with SPROMs that are not PCI. If there are none, > then it can de removed. Ah ok. Seems it would still be needed for pcmcia. At least with the current implementation. -- Greetings Michael.