commit | 409851c38c742e56747b1911a5091e22b6c8514f | [log] [tgz] |
---|---|---|
author | Xiubo Li <Li.Xiubo@freescale.com> | Thu Oct 09 11:27:45 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 20 12:28:35 2014 +0100 |
tree | b828f849d0f9bd9fd10f6df60a9e02c7e93ead20 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
spi: fsl-dspi: remove useless code for dspi driver. Since we are using regmap framework's internal locks, so the lock_arg for dspi_regmap_config is redundant here. This patch just remove it, and then the dspi_regmap_config could be const type. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>