]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwspinlock: qcom: Correct msb in regmap_field
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Fri, 26 Jun 2015 21:47:21 +0000 (14:47 -0700)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 1 Jul 2015 13:15:05 +0000 (16:15 +0300)
commitbd5717a4632cdecafe82d03de7dcb3b1876e2828
tree00577366471759723b094fabea91bf7b1aac59d1
parentb97cadee805e49e823ffd5ad692bb4a9bbda248e
hwspinlock: qcom: Correct msb in regmap_field

msb of the regmap_field was mistakenly given the value 32, to set all bits
in the regmap update mask; although incorrect this worked until 921cc294,
where the mask calculation was corrected.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/hwspinlock/qcom_hwspinlock.c