From: Eric BENARD Date: Mon, 12 May 2008 21:02:01 +0000 (-0700) Subject: spi: pxa2xx_spi clock resume bugfix X-Git-Tag: v2.6.26-rc3~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf942d75a6acfa11a41f63330d8780901eda4af;p=pandora-kernel.git 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 Cc: Ned Forrester Cc: Stephen Street Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed