lkml.org 
[lkml]   [2019]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCHv6 6/6] coresight: debug: Add Unique Component Identifier (UCI) table
    From
    Date
    Quoting Sai Prakash Ranjan (2019-01-31 06:22:24)
    > diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
    > index e8819d750938..915d86a39cee 100644
    > --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
    > +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
    > @@ -655,24 +655,23 @@ static int debug_remove(struct amba_device *adev)
    > return 0;
    > }
    >
    > +static struct amba_cs_uci_id uci_id_debug[] = {

    Can this be const?

    > + {
    > + /* CPU Debug UCI data */
    > + .devarch = 0x47706a15,
    > + .devarch_mask = 0xfff0ffff,
    > + .devtype = 0x00000015,
    > + }
    > +};

    \
     
     \ /
      Last update: 2019-01-31 17:32    [W:5.656 / U:0.512 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site