Re: [waffle] [PATCH 05/10] waffle: remove found_platform from waffle_init_parse_attrib_list

2014-06-11 Thread Emil Velikov
On 11/06/14 05:46, Chad Versace wrote: > On Fri, Jun 06, 2014 at 12:24:06PM +0100, Emil Velikov wrote: >> On 06/06/14 07:25, Chad Versace wrote: >>> On Sat, May 31, 2014 at 03:22:03AM +0100, Emil Velikov wrote: Whenever a platform is missing a case statement, the default will kick in thro

Re: [waffle] [PATCH 05/10] waffle: remove found_platform from waffle_init_parse_attrib_list

2014-06-10 Thread Chad Versace
On Fri, Jun 06, 2014 at 12:24:06PM +0100, Emil Velikov wrote: > On 06/06/14 07:25, Chad Versace wrote: > > On Sat, May 31, 2014 at 03:22:03AM +0100, Emil Velikov wrote: > >> Whenever a platform is missing a case statement, the default will > >> kick in throwing an error and exiting the function. >

Re: [waffle] [PATCH 05/10] waffle: remove found_platform from waffle_init_parse_attrib_list

2014-06-06 Thread Emil Velikov
On 06/06/14 07:25, Chad Versace wrote: > On Sat, May 31, 2014 at 03:22:03AM +0100, Emil Velikov wrote: >> Whenever a platform is missing a case statement, the default will >> kick in throwing an error and exiting the function. > > Ah, but that's not what 'found_platform' is checking for... > >> -

Re: [waffle] [PATCH 05/10] waffle: remove found_platform from waffle_init_parse_attrib_list

2014-06-05 Thread Chad Versace
On Sat, May 31, 2014 at 03:22:03AM +0100, Emil Velikov wrote: > Whenever a platform is missing a case statement, the default will > kick in throwing an error and exiting the function. Ah, but that's not what 'found_platform' is checking for... > -if (!found_platform) { > -wcore_errorf

[waffle] [PATCH 05/10] waffle: remove found_platform from waffle_init_parse_attrib_list

2014-05-30 Thread Emil Velikov
Whenever a platform is missing a case statement, the default will kick in throwing an error and exiting the function. Signed-off-by: Emil Velikov --- src/waffle/api/waffle_init.c | 9 - 1 file changed, 9 deletions(-) diff --git a/src/waffle/api/waffle_init.c b/src/waffle/api/waffle_init