commit | beb0c9b056b1c23d2029b46a425362e9ccbeba01 | [log] [tgz] |
---|---|---|
author | Paul Parsons <lost.distance@yahoo.com> | Sun May 08 01:54:33 2011 +0000 |
committer | Eric Miao <eric.y.miao@gmail.com> | Wed Jul 06 23:47:40 2011 +0800 |
tree | a42fcfc2b61c3331659eaab94a26944eb8def380 | |
parent | fe0d42203cb5616eeff68b14576a0f7e2dd56625 [diff] |
ARM: pxa: fix PGSR register address calculation The file mfp-pxa2xx.c defines a macro, PGSR(), which translates a gpio bank number to a PGSR register address. The function pxa2xx_mfp_suspend() erroneously passed in a gpio number instead of a gpio bank number. Signed-off-by: Paul Parsons <lost.distance@yahoo.com> Cc: stable@kernel.org Signed-off-by: Eric Miao <eric.y.miao@gmail.com>