Re: [PATCH v2 08/14] OdevAttribute: Remove unowned flag from OdevAttributes head

2014-02-11 Thread Hans de Goede
Hi, On 02/11/2014 06:55 AM, Peter Hutterer wrote: On Tue, Feb 04, 2014 at 12:49:14PM +0100, Hans de Goede wrote: The OdevAttributes struct should just be a head of the attributes list, and not contain various unrelated flags. Instead add a flags field to struct xf86_platform_device and use

Re: [PATCH v2 08/14] OdevAttribute: Remove unowned flag from OdevAttributes head

2014-02-10 Thread Peter Hutterer
On Tue, Feb 04, 2014 at 12:49:14PM +0100, Hans de Goede wrote: The OdevAttributes struct should just be a head of the attributes list, and not contain various unrelated flags. Instead add a flags field to struct xf86_platform_device and use that. You just introduced int-type attributes, any

[PATCH v2 08/14] OdevAttribute: Remove unowned flag from OdevAttributes head

2014-02-04 Thread Hans de Goede
The OdevAttributes struct should just be a head of the attributes list, and not contain various unrelated flags. Instead add a flags field to struct xf86_platform_device and use that. Signed-off-by: Hans de Goede hdego...@redhat.com --- hw/xfree86/common/xf86Module.h | 2 +-