mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 18:28:26 +00:00
When the device is disconnected, the dev structure goes away, so trying to report another error via dev_printk is bound to oops. To avoid that, first check whether the device is still connected and return quietly if it isn't. Impact: error handling Signed-off-by: Tilman Schmidt <tilman@imap.cc> Reported-by: Paul Bolle <pebolle@tiscali.nl> Tested-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| asyncdata.c | ||
| bas-gigaset.c | ||
| common.c | ||
| ev-layer.c | ||
| gigaset.h | ||
| i4l.c | ||
| interface.c | ||
| isocdata.c | ||
| Kconfig | ||
| Makefile | ||
| proc.c | ||
| ser-gigaset.c | ||
| usb-gigaset.c | ||