[PATCH] coresight: Fixing wrong #ifdef/#endif placement

2015-01-06 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org Fixing problem reported by: https://lkml.org/lkml/2015/1/6/86 The #ifdef/#endif is wrong and prevents the stub of function of_get_coresight_platform_data() from being visible when CONFIG_OF is not defined. Moving CONFIG_OF condition out

Re: Build regressions/improvements in v3.19-rc3

2015-01-06 Thread Mathieu Poirier
On 6 January 2015 at 02:39, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Tue, Jan 6, 2015 at 10:36 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.19-rc3[1] to v3.19-rc2[3], the summaries are: - build errors: +64/-9 +

Re: [PATCH 08/12] docs: fix broken references to text files

2020-03-17 Thread Mathieu Poirier
ng-up-ioctls.rst``. Note that drm_ioctl() > + * ``Documentation/process/botching-up-ioctls.rst``. Note that drm_ioctl() > * automatically zero-extends structures, hence make sure you can add more > stuff > * at the end, i.e. don't put a variable sized array there. > *

Re: [PATCH v2 31/39] docs: ABI: cleanup several ABI documents

2020-10-30 Thread Mathieu Poirier
-papr-pmem > Signed-off-by: Mauro Carvalho Chehab > --- > .../testing/sysfs-bus-coresight-devices-etb10 | 5 +- For the CoreSight part: Reviewed-by: Mathieu Poirier

Re: [PATCH] bus: Make remove callback return void

2021-07-06 Thread Mathieu Poirier
.c | 3 +-- > drivers/pci/endpoint/pci-epf-core.c | 4 +--- > drivers/pci/pci-driver.c | 3 +-- > drivers/pcmcia/ds.c | 4 +--- > drivers/platform/surface/aggregator/bus.c | 4 +--- > drivers/platform/x86/wmi.c| 4 +--- > drivers/pnp/driver.c | 3 +-- > drivers/rapidio/rio-driver.c | 4 +--- > drivers/rpmsg/rpmsg_core.c| 4 +--- Reviewed-by: Mathieu Poirier