alistair23-linux/drivers/usb/mon
Tobias Klauser 8dec92b240 USB: mon: Allow to use usbmon without debugfs
Do not bail out with an error in mon_text_init() if debugfs is not
available, instead just return 0 and let mon_init() go ahead with
loading the binary API. Return -ENOMEM in case debugfs_create_dir()
fails for other reasons. Later, it is enough to check for mon_dir
not set.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-07-08 14:55:09 -07:00
..
Kconfig
Makefile
mon_bin.c
mon_main.c
mon_stat.c
mon_text.c USB: mon: Allow to use usbmon without debugfs 2011-07-08 14:55:09 -07:00
usb_mon.h