On Fri, Aug 09, 2019 at 09:59:56AM +0300, Tomi Valkeinen wrote: > Hi, > > On 08/08/2019 15:50, Laurent Pinchart wrote: > > Hi Greg, > > > > Thank you for the patch. > > > > On Thu, Jun 13, 2019 at 01:57:49PM +0200, Greg Kroah-Hartman wrote: > > > When calling debugfs functions, there is no need to ever check the > > > return value. The function can work or not, but the code logic should > > > never do something different based on this. > > > > > > Cc: Tomi Valkeinen <tomi.valkeinen@xxxxxx> > > > Cc: David Airlie <airlied@xxxxxxxx> > > > Cc: Daniel Vetter <daniel@xxxxxxxx> > > > Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > > Cc: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > > > Cc: Jyri Sarha <jsarha@xxxxxx> > > > Cc: Tony Lindgren <tony@xxxxxxxxxxx> > > > Cc: zhong jiang <zhongjiang@xxxxxxxxxx> > > > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > > > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > > > This makes sense. > > > > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > > > Tomi, will you take this patch in your tree ? > > Yes, I'll pick this up. I presume debugfs_create_file() will give a warning > print if it fails to create the file, instead of being silent. Yes it does, please see 43e23b6c0b01 ("debugfs: log errors when something goes wrong") and c33d442328f5 ("debugfs: make error message a bit more verbose") for the details if you are curious. Those warnings have already found at least one user of debugfs that was doing things wrong and no one had noticed before. thanks, greg k-h _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel