X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Fremoteproc%2Fremoteproc_debugfs.c;h=e90135c64af0761ec37d392921a33aa602829f0f;hb=9bb9d4fdce9e6b351b7b905f150745a0fccccc06;hp=a5c29f2764a34f4d12b3080cbcec30d4fc908506;hpb=f3ea496213819c80ce9c49a9b65f9261da713d11;p=sfrench%2Fcifs-2.6.git diff --git a/drivers/remoteproc/remoteproc_debugfs.c b/drivers/remoteproc/remoteproc_debugfs.c index a5c29f2764a3..e90135c64af0 100644 --- a/drivers/remoteproc/remoteproc_debugfs.c +++ b/drivers/remoteproc/remoteproc_debugfs.c @@ -260,6 +260,7 @@ static int rproc_carveouts_show(struct seq_file *seq, void *p) list_for_each_entry(carveout, &rproc->carveouts, node) { seq_puts(seq, "Carveout memory entry:\n"); + seq_printf(seq, "\tName: %s\n", carveout->name); seq_printf(seq, "\tVirtual address: %pK\n", carveout->va); seq_printf(seq, "\tDMA address: %pad\n", &carveout->dma); seq_printf(seq, "\tDevice address: 0x%x\n", carveout->da);