commit | aeb2c1210d71c00a4b59d343b0a7df6b1059eb89 | [log] [tgz] |
---|---|---|
author | Chris Ruehl <chris.ruehl@gtsys.com.hk> | Fri Dec 06 16:35:12 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Dec 08 18:02:54 2013 -0800 |
tree | 785bd1dd7889fc3e0f28267614a497d5a3defc50 | |
parent | 9058bdc3a8fbfe1a528019466df62635ef1f7a94 [diff] |
usb: chipidea: Reallocate regmap only if lpm is detected The regmap only needs to reallocate if the hw_read on the CAP register shows lpm is used. Therefore the if() statement check the change. Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>