summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xpp/xpp_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c
index 1a62974..42781f2 100644
--- a/xpp/xpp_usb.c
+++ b/xpp/xpp_usb.c
@@ -705,8 +705,8 @@ static void xusb_disconnect(struct usb_interface *interface)
#ifdef CONFIG_PROC_FS
if(xbus->proc_xbus_dir) {
+ DBG("Remove proc_entry: " PROC_USBXPP_SUMMARY "\n");
remove_proc_entry(PROC_USBXPP_SUMMARY, xbus->proc_xbus_dir);
- xbus->proc_xbus_dir = NULL;
}
#endif
xusb->present = 0;