]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ssb: Fix all-ones boardflags
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 24 Apr 2008 18:00:45 +0000 (20:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 May 2008 21:44:35 +0000 (14:44 -0700)
commitad99c57f6a6bd8e820a05deec8bd7a3d6ce744fd
tree43708dd3221cf64ba9888ca9164e4c3ff7fa268b
parent0e04319ce5090269eeb94cc13d85247ed214e95b
ssb: Fix all-ones boardflags

commit 4503183aa32e6886400d82282292934fa64a81b0 upstream

In the SSB SPROM a field set to all ones means the value
is not defined in the SPROM.
In case of the boardflags, we need to set them to zero
to avoid confusing drivers. Drivers will only check the
flags by ANDing.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Gabor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ssb/pci.c