diff options
| author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-01-17 16:34:11 +0300 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2014-02-20 09:16:17 -0600 |
| commit | 798a2468e026ab6a922f2c6c70ca4406b8e8dbc1 (patch) | |
| tree | 77849cb88826a1dfe8fd7539e7770db47e81f460 /tools/perf/scripts/python | |
| parent | usb: gadget: at91: using USBA_NR_DMAS for DMA channels (diff) | |
| download | linux-798a2468e026ab6a922f2c6c70ca4406b8e8dbc1.tar.gz linux-798a2468e026ab6a922f2c6c70ca4406b8e8dbc1.zip | |
usb: gadget: gr_udc: remove some unneeded error handling
Debugfs function return an ERR_PTR if they compiled out. We don't need
to test for that here because if the debugfs file are compiled out then
it is ok to pass an ERR_PTR to debugfs_create_file() since it will just
be a no-op stub.
Debugfs return NULLs on error, but we don't need to test for that either
because debugfs_create_file() will accept NULL pointers.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
