]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control
authorHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Fri, 11 May 2012 22:29:50 +0000 (15:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jun 2012 07:15:51 +0000 (15:15 +0800)
commit3970d41e9fdd12f6a450eb2d4a44e8172d773285
treea72d54efeb504cf2573bf0acd13624d3e3a4cc8f
parent5edee64eb24b5eb8908324e3305ae46bbc7f1191
spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control

commit 067aa4815a9bc12a569d8a06afef50ba5773afbf upstream.

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.

Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/spi/spi-fsl-spi.c