From: Xiubo Li
Date: Thu, 9 Oct 2014 03:27:45 +0000 (+0800)
Subject: spi: fsl-dspi: remove useless code for dspi driver.
X-Git-Tag: omap-for-v3.19/fixes-rc1~131^2~2^2
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409851c38c742e56747b1911a5091e22b6c8514f;p=pandora-kernel.git
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
Signed-off-by: Mark Brown
---
Reading git-diff-tree failed