From 8281f9de46051090e8b2d39a3c1344596a0718b2 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 31 Oct 2012 10:55:44 +0100 Subject: [PATCH] Correct IS_CONFIGID_SET variable setting Signed-off-by: Geoffroy Van Cutsem Change-Id: I499aabec967dd3fadffd3ef677fad262fe353651 --- service/intel-emgd-kmod.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/intel-emgd-kmod.init b/service/intel-emgd-kmod.init index fa93b74..158bba9 100644 --- a/service/intel-emgd-kmod.init +++ b/service/intel-emgd-kmod.init @@ -84,7 +84,7 @@ set_config() { done if [[ $IS_EMGD_NEEDED -ne 0 ]]; then - IS_CONFIGID_SET=`modprobe -c | grep 'options emgd' | grep configid -c` + IS_CONFIGID_SET=`modprobe -c | grep 'option emgd' | grep configid -c` if [[ $IS_CONFIGID_SET -eq 0 ]]; then # Trying to get a good value by default based on board type boardname=`find_board_type $platform` -- 2.7.4