All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe()
@ 2026-05-15 23:54 Mauricio Faria de Oliveira
  2026-05-15 23:54 ` [PATCH 1/2] usb: atm: ueagle-atm: adjust 'device found' message Mauricio Faria de Oliveira
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mauricio Faria de Oliveira @ 2026-05-15 23:54 UTC (permalink / raw)
  To: Matthieu CASTET, Stanislaw Gruszka, Greg Kroah-Hartman
  Cc: kernel-dev, linux-atm-general, linux-usb, linux-kernel,
	Mauricio Faria de Oliveira

This series does a couple of cosmetic changes to ueagle-atm's .probe().

Patch 1 adjusts the 'device found' probe message.
Patch 2 adds a missing 'leaving  uea_probe' debug message.

With:
  # echo 2 >/sys/module/ueagle_atm/parameters/debug
  # echo 'file drivers/usb/atm/ueagle-atm.c +p' >/sys/kernel/debug/dynamic_debug/control

Changes:
  [   84.813964] usb 1-1: [ueagle-atm vdbg]  entering uea_probe
 -[   84.813970] usb 1-1: [ueagle-atm] ADSL device founded vid (0X1039) pid (0X2101) Rev (0X2581): Eagle I
 +[   84.813970] usb 1-1: [ueagle-atm] ADSL device found with vid (0X1039) pid (0X2101) Rev (0X2581): Eagle I
  [   85.571855] usb 1-1: [ueagle-atm vdbg]  entering uea_load_firmware
  ...
  [  148.697655] usb 1-1: [ueagle-atm vdbg]  leaving  uea_load_firmware
 +[  148.697665] usb 1-1: [ueagle-atm vdbg]  leaving  uea_probe

Signed-off-by: Mauricio Faria de Oliveira <mfo@igalia.com>
---
Mauricio Faria de Oliveira (2):
      usb: atm: ueagle-atm: adjust 'device found' message
      usb: atm: ueagle-atm: add missing uea_leaves() in uea_probe()

 drivers/usb/atm/ueagle-atm.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
base-commit: 5d6919055dec134de3c40167a490f33c74c12581
change-id: 20260515-ueagle-atm_cosmetic-bf1805e4ae71

Best regards,
-- 
Mauricio Faria de Oliveira <mfo@igalia.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-05-20 22:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 23:54 [PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe() Mauricio Faria de Oliveira
2026-05-15 23:54 ` [PATCH 1/2] usb: atm: ueagle-atm: adjust 'device found' message Mauricio Faria de Oliveira
2026-05-16  7:18   ` Greg Kroah-Hartman
2026-05-15 23:54 ` [PATCH 2/2] usb: atm: ueagle-atm: add missing uea_leaves() in uea_probe() Mauricio Faria de Oliveira
2026-05-16  7:19   ` Greg Kroah-Hartman
2026-05-18 14:46     ` Mauricio Faria de Oliveira
2026-05-20 22:35 ` [PATCH 0/2] usb: atm: ueagle-atm: cosmetic changes to .probe() Mauricio Faria de Oliveira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.