On Wed, Nov 03, 2010 at 11:28:46PM +0100, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki <[email protected]>
> ---
> As noticed my Michael we have this left from old times of limited amount of
> revisions. It's not reliable to treat unknown as rev1.
> 
> Michael: would you like to add Reported-by?
> 
> John: it's for 2.6.38.
> ---
>  drivers/ssb/pci.c |    8 +++-----
>  1 files changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/ssb/pci.c b/drivers/ssb/pci.c
> index b5343ac..41a7337 100644
> --- a/drivers/ssb/pci.c
> +++ b/drivers/ssb/pci.c
> @@ -600,11 +600,9 @@ static int sprom_extract(struct ssb_bus *bus, struct 
> ssb_sprom *out,
>               sprom_extract_r8(out, in);
>               break;
>       default:
> -             ssb_printk(KERN_WARNING PFX "Unsupported SPROM"
> -                        "  revision %d detected. Will extract"
> -                        " v1\n", out->revision);
> -             out->revision = 1;
> -             sprom_extract_r123(out, in);
> +             ssb_printk(KERN_ERR PFX "Unsupported SPROM revision %d"
> +                        " detected\n", out->revision);
> +             return -EINVAL;
>       }
>  
>       if (out->boardflags_lo == 0xFFFF)

I think this is going to make my b43 PCI-E card not work...I'll try
it and get back to you...

John
-- 
John W. Linville                Someday the world will need a hero, and you
[email protected]                  might be all we have.  Be ready.

_______________________________________________
b43-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/b43-dev

Reply via email to