]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm: Add missing break in the command line mode parsing code
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 8 May 2013 16:03:30 +0000 (17:03 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 10 May 2013 04:45:54 +0000 (14:45 +1000)
commit97fbfbf40b678b95551276e9413517ba7858dba7
treea3206e61635cdab1a9c57b9e874a41b17aa3fdee
parentf3c58ceef014ea7f8a253b50b8af81b3b898bc77
drm: Add missing break in the command line mode parsing code

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.lespiau@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_modes.c