diff options
Diffstat (limited to 'drivers/misc/mic/cosm/cosm_main.c')
| -rw-r--r-- | drivers/misc/mic/cosm/cosm_main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mic/cosm/cosm_main.c b/drivers/misc/mic/cosm/cosm_main.c index f9133c4f6105..ebb0eac43754 100644 --- a/drivers/misc/mic/cosm/cosm_main.c +++ b/drivers/misc/mic/cosm/cosm_main.c @@ -26,6 +26,7 @@ static atomic_t g_num_dev;  /**   * cosm_hw_reset - Issue a HW reset for the MIC device   * @cdev: pointer to cosm_device instance + * @force: force a MIC to reset even if it is already reset and ready   */  static void cosm_hw_reset(struct cosm_device *cdev, bool force)  {  |