commit | 60d2fa0dad0687b4d227aacc042ccdbea1782d87 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 08 19:24:47 2019 +0100 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Fri Feb 08 19:24:47 2019 +0100 |
tree | 2c32a6a4d09fe544eb4180e5ba4ef3d74048f7f0 | |
parent | 1ea673ade7448db0f6f2fe423e72b84e33f653fe [diff] |
fbdev: omap2: no need to check return value of debugfs_create functions 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. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Tony Lindgren <tony@atomide.com> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>