Skip to content
  • Greg Kroah-Hartman's avatar
    37ea7107
    USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functions · 37ea7107
    Greg Kroah-Hartman authored
    
    
    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 <balbi@kernel.org>
    Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Jaejoong Kim <climbbb.kim@gmail.com>
    Cc: Li Yang <leoyang.li@nxp.com>
    Cc: Johan Hovold <johan@kernel.org>
    Cc: Robert Jarzmik <robert.jarzmik@free.fr>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    37ea7107
    USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functions
    Greg Kroah-Hartman authored
    
    
    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 <balbi@kernel.org>
    Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Jaejoong Kim <climbbb.kim@gmail.com>
    Cc: Li Yang <leoyang.li@nxp.com>
    Cc: Johan Hovold <johan@kernel.org>
    Cc: Robert Jarzmik <robert.jarzmik@free.fr>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading