[PATCH] drm: Add missing break in the command line mode parsing code

2012-10-19 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Tue, Oct 9, 2012 at 8:26 AM, Damien Lespiau wrote: > From: Damien Lespiau > > As we parse the string given on the command line one char at a time, it > seems that we do want a break at every case. > > Signed-off-by: Damien Lespiau > --- >

Re: [PATCH] drm: Add missing break in the command line mode parsing code

2012-10-19 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi rodrigo.v...@gmail.com On Tue, Oct 9, 2012 at 8:26 AM, Damien Lespiau damien.lesp...@gmail.comwrote: From: Damien Lespiau damien.lesp...@intel.com As we parse the string given on the command line one char at a time, it seems that we do want a break at every case.

[PATCH] drm: Add missing break in the command line mode parsing code

2012-10-09 Thread Damien Lespiau
From: Damien Lespiau As we parse the string given on the command line one char at a time, it seems that we do want a break at every case. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_modes.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[PATCH] drm: Add missing break in the command line mode parsing code

2012-10-09 Thread Damien Lespiau
From: Damien Lespiau damien.lesp...@intel.com As we parse the string given on the command line one char at a time, it seems that we do want a break at every case. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_modes.c |1 + 1 files changed, 1 insertions(+), 0