Skip to content
  • Greg Kroah-Hartman's avatar
    USB: fotg210-hcd: no need to check return value of debugfs_create functions · 9b10516f
    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.
    
    Cc: Felipe Balbi <felipe.balbi@linux.intel.com>
    Cc: Alan Stern <stern@rowland.harvard.edu>
    Cc: Johan Hovold <johan@kernel.org>
    Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@intel.com>
    Cc: Vasyl Gomonovych <gomonovych@gmail.com>
    Cc: Mariusz Skamra <mariuszx.skamra@intel.com>
    Cc: "Gustavo A. R. Silva" <garsilva@embeddedor.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    9b10516f