From: Geoffroy Van Cutsem Date: Wed, 31 Oct 2012 09:55:44 +0000 (+0100) Subject: Correct IS_CONFIGID_SET variable setting X-Git-Tag: accepted/1.0/20121101.034809^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8281f9de46051090e8b2d39a3c1344596a0718b2;p=profile%2Fivi%2Fintel-emgd-kmod.git Correct IS_CONFIGID_SET variable setting Signed-off-by: Geoffroy Van Cutsem Change-Id: I499aabec967dd3fadffd3ef677fad262fe353651 --- 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`