From: Aaro Koskinen Date: Mon, 29 Aug 2011 20:14:20 +0000 (+0300) Subject: staging: xgifb: delete "off" option handling X-Git-Tag: v3.2-rc1~169^2^2~807 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c8b8b3466b7e5977701b59dc92a1b9537a46e0;p=pandora-kernel.git staging: xgifb: delete "off" option handling It's possible to disable the built-in xgifb driver with the kernel command line option: video=xgifb:off This is already handled by the generic framebuffer layer (fb_get_options() will return TRUE resulting in init failure), so no need to process the option in the driver. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed