]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sdhci: fix bad warning from commit c8b3e02
authorPierre Ossman <drzeus@drzeus.cx>
Tue, 22 Jul 2008 11:23:23 +0000 (13:23 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 23 Jul 2008 12:42:09 +0000 (14:42 +0200)
commit719a61b452ff74cf81a96e4212748d9d63bcc924
tree7196aaf30ad4ea8448d5b7cf9c9a2d32bbb10048
parent6cefd05f35177ad5d22d44519c680cf43f2ac86d
sdhci: fix bad warning from commit c8b3e02

Commit c8b3e02 renamed a variable, but missed one reference to it
inside a WARN_ON, causing it to incorrectly trigger.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/sdhci.c