]> git.baikalelectronics.ru Git - kernel.git/commit
[MMC] Fix base address configuration in wbsd
authorPierre Ossman <drzeus@drzeus.cx>
Sun, 6 Aug 2006 20:22:23 +0000 (22:22 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 6 Aug 2006 20:44:48 +0000 (21:44 +0100)
commit78bd753598cbb5b7f22f1280b63f71a9fefd4329
tree849b825e4e043ed2207f03bcee222a95244e85ce
parent9f5369f6fcddeaf62d652b7115f2d257ae677a70
[MMC] Fix base address configuration in wbsd

There were some confusion about base I/O variables in the wbsd driver.
Seems like things have been working on shear luck so far. The global 'io'
variable (used when manually configuring the resources) was used instead of
the local 'base' variable.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/wbsd.c