Skip to content

Commit

Permalink
drivers: usb: atm: reduce noise
Browse files Browse the repository at this point in the history
If drivers work correctly, they should remain silent.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
metux authored and gregkh committed Dec 9, 2020
1 parent 0fbb7d0 commit 3291eb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/usb/atm/cxacru.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,6 @@ static int cxacru_atm_start(struct usbatm_data *usbatm_instance,
mutex_unlock(&instance->poll_state_serialize);
mutex_unlock(&instance->adsl_state_serialize);

printk(KERN_INFO "%s%d: %s %pM\n", atm_dev->type, atm_dev->number,
usbatm_instance->description, atm_dev->esi);

if (start_polling)
cxacru_poll_status(&instance->poll_work.work);
return 0;
Expand Down

0 comments on commit 3291eb7

Please sign in to comment.