mbox series

[0/3] coresight: Few cleanups

Message ID 1620912469-52222-1-git-send-email-liuqi115@huawei.com (mailing list archive)
Headers show
Series coresight: Few cleanups | expand

Message

liuqi (BA) May 13, 2021, 1:27 p.m. UTC
This patchset is just a clean up and should not cause a functional change.

Junhao He (3):
  coresight: core: Fix use of uninitialized pointer
  coresight: core: Remove unnecessary assignment
  coresight: etm4x: core: Remove redundant check of attr

 drivers/hwtracing/coresight/coresight-core.c       | 3 +--
 drivers/hwtracing/coresight/coresight-etm4x-core.c | 5 -----
 2 files changed, 1 insertion(+), 7 deletions(-)

Comments

Suzuki K Poulose May 13, 2021, 1:56 p.m. UTC | #1
On 13/05/2021 14:27, Qi Liu wrote:
> This patchset is just a clean up and should not cause a functional change.
> 
> Junhao He (3):
>    coresight: core: Fix use of uninitialized pointer
>    coresight: core: Remove unnecessary assignment
>    coresight: etm4x: core: Remove redundant check of attr
> 
>   drivers/hwtracing/coresight/coresight-core.c       | 3 +--
>   drivers/hwtracing/coresight/coresight-etm4x-core.c | 5 -----
>   2 files changed, 1 insertion(+), 7 deletions(-)
> 

Thanks for the cleanups. I will queue them

Suzuki