Re: [PATCH 2/3] cxl/mem: Print unknown capability IDs as hex

2021-04-15 Thread Verma, Vishal L
On Thu, 2021-04-15 at 16:26 -0700, Ben Widawsky wrote: > Trivial. The spec lists these as hex, so do the same here to make > debugging easier. > > Fixes: 8adaf747c9f0b ("cxl/mem: Find device capabilities") > Signed-off-by: Ben Widawsky > --- >  drivers/cxl/mem.c | 2 +- >  1 file changed, 1 insert

[PATCH 2/3] cxl/mem: Print unknown capability IDs as hex

2021-04-15 Thread Ben Widawsky
Trivial. The spec lists these as hex, so do the same here to make debugging easier. Fixes: 8adaf747c9f0b ("cxl/mem: Find device capabilities") Signed-off-by: Ben Widawsky --- drivers/cxl/mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cxl/mem.c b/drivers/cxl/mem