[PATCH 3/9] vga_switcheroo: Use enum vga_switcheroo_client_id instead of int

2015-10-12 Thread Lukas Wunner
Signed-off-by: Lukas Wunner --- drivers/gpu/vga/vga_switcheroo.c | 17 ++--- include/linux/vga_switcheroo.h | 6 +++--- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga/vga_switcheroo.c index 9896305..af0d372 100644

[PATCH 3/9] vga_switcheroo: Use enum vga_switcheroo_client_id instead of int

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