commit | 0cf942d75a6acfa11a41f63330d8780901eda4af | [log] [tgz] |
---|---|---|
author | Eric BENARD <ebenard@free.fr> | Mon May 12 14:02:01 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 13 08:02:23 2008 -0700 |
tree | b1166138d783fc4476e1bd8d5a30a8730c665ea3 | |
parent | fe2cc53ee013a4d4d0317d418e7019fe6533a5a8 [diff] |
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>