From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id AEED410E1A7 for ; Mon, 21 Feb 2022 20:28:06 +0000 (UTC) Date: Mon, 21 Feb 2022 12:28:05 -0800 Message-ID: <87czjg6k2y.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Anshuman Gupta In-Reply-To: <20220221102423.8089-2-anshuman.gupta@intel.com> References: <20220221102423.8089-1-anshuman.gupta@intel.com> <20220221102423.8089-2-anshuman.gupta@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t v2 1/2] lib/igt_kmod: Don't use process exit return value List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, petri.latvala@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon, 21 Feb 2022 02:24:22 -0800, Anshuman Gupta wrote: > > Kmod igt library functions like igt_i915_driver_{load, unload} > uses process exit IGT_EXIT_{FAILURE, SKIP, SUCCESS} return values. > Let these function return actual return values > from returned igt_kmod_{load, unload} functions. Reviewed-by: Ashutosh Dixit