]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 20 Jan 2016 22:58:38 +0000 (14:58 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jan 2016 01:09:18 +0000 (17:09 -0800)
commita7f724fb6ac2571b4b8dd733694537193a469f88
treef26162ad38bdf2882e4fedd4851b40af8c3c0d7a
parent7335c27f1c1644f31ed6b31907ca47bbd7f27daf
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it

Now that we have a generic library function for this, replace the
open-coded instance.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Cc: <zajec5@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/soc/qcom/smd.c