commit | edd501bbf177ab62f963476c917cbdb0dc7dc862 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Jul 10 01:16:35 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Jul 14 13:19:41 2011 -0600 |
tree | 729a221c338ddbe615ece1c55db59ef49b582e38 | |
parent | 40bfff85ffb5c85ffabcb6d71e64f70799595f89 [diff] |
spi/imx: do not make copy of spi_imx_devtype_data 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>