Re: [PATCH v2 1/2] xf86platformBus: Make doPlatformProbe accept a NULL gdev argument

2014-03-10 Thread Dave Airlie
On Fri, Mar 7, 2014 at 8:34 PM, Hans de Goede hdego...@redhat.com wrote: And use it from xf86platformAddDevice too, instead of directly calling drvp-platformProbe. Signed-off-by: Hans de Goede hdego...@redhat.com Looks sane, Reviewed-by: Dave Airlie airl...@redhat.com ---

[PATCH v2 1/2] xf86platformBus: Make doPlatformProbe accept a NULL gdev argument

2014-03-07 Thread Hans de Goede
And use it from xf86platformAddDevice too, instead of directly calling drvp-platformProbe. Signed-off-by: Hans de Goede hdego...@redhat.com --- hw/xfree86/common/xf86platformBus.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git