commit | 6327a454a8ab0dcab24a647367d216c1b84020c6 | [log] [tgz] |
---|---|---|
author | Li Pengcheng <lipengcheng8@huawei.com> | Tue May 03 11:33:36 2016 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 03 14:59:30 2016 -0700 |
tree | 2685ba360861fa067127ad9aacdf083851d28c37 | |
parent | e8dc27d0ee458f9622b50e2d9476719b3a0e686b [diff] |
coresight: etm4x: modify q_support type Because this operation exceed the range of boolean, so we should modify q_support to unit8 bit. drvdata->q_support = BMVAL(etmidr0, 15, 16) Signed-off-by: Li Pengcheng <lipengcheng8@huawei.com> Signed-off-by: Li Zhong <lizhong11@hisilicon.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>