From: Herton Ronaldo Krzesinski Date: Fri, 11 May 2012 22:29:50 +0000 (-0700) Subject: spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control X-Git-Tag: v3.5-rc1~95^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067aa4815a9bc12a569d8a06afef50ba5773afbf;p=pandora-kernel.git spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control Commit 178db7d3, "spi: Fix device unregistration when unregistering the bus master", changed spi device initialization of dev.parent pointer to be the master's device pointer instead of his parent. This introduced a bug in spi-fsl-spi, since its usage of spi device pointer was not updated accordingly. This was later fixed by commit 5039a86, "spi/mpc83xx: fix NULL pdata dereference bug", but it missed another spot on fsl_spi_cs_control function where we also need to update usage of spi device pointer. This change address that. Cc: stable@vger.kernel.org Signed-off-by: Herton Ronaldo Krzesinski Acked-by: Joakim Tjernlund Signed-off-by: Grant Likely --- Reading git-diff-tree failed