aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx-spi.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2018-05-29 17:31:04 +0200
committerGreg Kroah-Hartman <[email protected]>2018-05-31 12:54:22 +0200
commit37ea71074d13e06bbceeef6d465df81c86c99860 (patch)
tree820dcc68041a315e926b0ca8ac5c18c8dba7c8e3 /drivers/fpga/xilinx-spi.c
parentda281a8e972fa97cf74344a98eb415116744b569 (diff)
USB: gadget: udc: gr_udc: 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. There is also no need to keep the file dentries around at all, so remove those variables from the device structure. Cc: Felipe Balbi <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Jaejoong Kim <[email protected]> Cc: Li Yang <[email protected]> Cc: Johan Hovold <[email protected]> Cc: Robert Jarzmik <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/xilinx-spi.c')
0 files changed, 0 insertions, 0 deletions