spi/imx: do not make copy of spi_imx_devtype_data
authorShawn Guo <shawn.guo@linaro.org>
Sat, 9 Jul 2011 17:16:35 +0000 (01:16 +0800)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 14 Jul 2011 19:19:41 +0000 (13:19 -0600)
spi_imx_devtype_data has already been driver private data.  There is
really no need to make a copy in spi_imx_data.  Instead, a reference
pointer works perfectly fine.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found