]> git.baikalelectronics.ru Git - kernel.git/commit
ssb: Fix all-ones boardflags
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 19 Apr 2008 15:52:12 +0000 (17:52 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:35 +0000 (21:25 -0400)
commitedbf05742004b3bc7bf62394fe6443deae769fd7
tree5ff1dd907a07b115b70650cf961b0e0f87d6f7b8
parent2a7bae18288b5ea207570cfa63c4734b2544f94b
ssb: Fix all-ones boardflags

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>
drivers/ssb/pci.c