]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx_spi clock resume bugfix
authorEric BENARD <ebenard@free.fr>
Mon, 12 May 2008 21:02:01 +0000 (14:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 May 2008 15:02:23 +0000 (08:02 -0700)
commit0b5b49d3476b877bff992ce4b045e593e11e8c9a
treeb1166138d783fc4476e1bd8d5a30a8730c665ea3
parenta704e1d23f1ba1f941ef40924090c274ab9c85da
spi: pxa2xx_spi clock resume bugfix

There is a typo in pxa2xx_spi.c, comment says "Enable the SSP clock", code
says: clk_disable ...  so after resume, the SSP is dead.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Ned Forrester <nforrester@whoi.edu>
Cc: Stephen Street <stephen@streetfiresound.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/pxa2xx_spi.c