diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/class/usbtmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index b4bd2411c666..65965587c812 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c | |||
@@ -1109,13 +1109,13 @@ static void usbtmc_disconnect(struct usb_interface *intf) | |||
1109 | kref_put(&data->kref, usbtmc_delete); | 1109 | kref_put(&data->kref, usbtmc_delete); |
1110 | } | 1110 | } |
1111 | 1111 | ||
1112 | static int usbtmc_suspend (struct usb_interface *intf, pm_message_t message) | 1112 | static int usbtmc_suspend(struct usb_interface *intf, pm_message_t message) |
1113 | { | 1113 | { |
1114 | /* this driver does not have pending URBs */ | 1114 | /* this driver does not have pending URBs */ |
1115 | return 0; | 1115 | return 0; |
1116 | } | 1116 | } |
1117 | 1117 | ||
1118 | static int usbtmc_resume (struct usb_interface *intf) | 1118 | static int usbtmc_resume(struct usb_interface *intf) |
1119 | { | 1119 | { |
1120 | return 0; | 1120 | return 0; |
1121 | } | 1121 | } |