From: Damien Lespiau Date: Wed, 8 May 2013 16:03:30 +0000 (+0100) Subject: drm: Add missing break in the command line mode parsing code X-Git-Tag: v3.10-rc2~36^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97fbfbf40b678b95551276e9413517ba7858dba7;p=pandora-kernel.git 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 Reviewed-by: Rodrigo Vivi Signed-off-by: Dave Airlie --- Reading git-diff-tree failed