Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752434AbbHCJ0z (ORCPT ); Mon, 3 Aug 2015 05:26:55 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:34802 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbbHCJ0y (ORCPT ); Mon, 3 Aug 2015 05:26:54 -0400 Date: Mon, 3 Aug 2015 14:56:42 +0530 From: Sudip Mukherjee To: Daniel Vetter , Jani Nikula , David Airlie Cc: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Chris Wilson Subject: Re: [PATCH v2] drm/i915: load driver even if debugfs fails Message-ID: <20150803092642.GA1371@sudip-pc> References: <1437660372-14679-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437660372-14679-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 21 On Thu, Jul 23, 2015 at 07:36:12PM +0530, Sudip Mukherjee wrote: > debugfs files are not necessary for the usual operation of the driver > and the device. No need to check for the return values from the debugfs > file creation. Even if one debugfs file fails to create we try with the > next debugfs file and ultimately return success always so that the > driver continues to load. > cleanup will clean all the created debugfs files as the list of file > that are created are maintained in minor->debugfs_list. > > Cc: Chris Wilson > Signed-off-by: Sudip Mukherjee > --- A gentle ping. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/