[PATCH 1/9] vga_switcheroo: Use enum vga_switcheroo_state instead of int

2015-10-12 Thread Lukas Wunner
Signed-off-by: Lukas Wunner Reviewed-by: Jani Nikula --- drivers/gpu/vga/vga_switcheroo.c | 6 +++--- include/linux/vga_switcheroo.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga/vga_switcheroo.c index 1acbe20..a7870

[PATCH 1/9] vga_switcheroo: Use enum vga_switcheroo_state instead of int

2015-10-12 Thread Alex Deucher
On Fri, Aug 28, 2015 at 5:56 AM, Lukas Wunner wrote: > Signed-off-by: Lukas Wunner > Reviewed-by: Jani Nikula Reviewed-by: Alex Deucher > --- > drivers/gpu/vga/vga_switcheroo.c | 6 +++--- > include/linux/vga_switcheroo.h | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > > diff