[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201212241155.46866.arnd@arndb.de>
Date: Mon, 24 Dec 2012 11:55:46 +0000
From: Arnd Bergmann <arnd@...db.de>
To: Amit Shah <amit.shah@...hat.com>
Cc: Sasha Levin <sasha.levin@...cle.com>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
virtualization@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] virtio_console: correct error message on failure of debugfs_create_dir
On Friday 21 December 2012, Amit Shah wrote:
> On (Thu) 20 Dec 2012 [14:11:21], Sasha Levin wrote:
> > debugfs_create_dir() returns NULL if it fails, there's little point in
> > calling PTR_ERR on it.
>
> debugfs_create_dir() does return an error value if debugfs is not
> enabled.
>
> This check for !pdrvdata.debugfs_dir should infact use
> IS_ERR_OR_NULL(). Care to submit a patch for that?
How about we fix the stub instead to return NULL when debugfs is disabled?
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists