From: Ben Hutchings Date: Wed, 5 Sep 2012 21:37:36 +0000 (-0700) Subject: tools/hv: Fix exit() error code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~76^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb22fea25624ab593eee376fa5fb82d1b13f45a;p=pandora-kernel.git tools/hv: Fix exit() error code Linux native exit codes are 8-bit unsigned values. exit(-1) results in an exit code of 255, which is usually reserved for shells reporting 'command not found'. Use the portable value EXIT_FAILURE. (Not that this matters much for a daemon.) Signed-off-by: Ben Hutchings Signed-off-by: K. Y. Srinivasan Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed