mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
USB: usbtmc: minor formatting cleanups
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
23f6d914c3
commit
dca8cd04df
@ -1109,13 +1109,13 @@ static void usbtmc_disconnect(struct usb_interface *intf)
|
||||
kref_put(&data->kref, usbtmc_delete);
|
||||
}
|
||||
|
||||
static int usbtmc_suspend (struct usb_interface *intf, pm_message_t message)
|
||||
static int usbtmc_suspend(struct usb_interface *intf, pm_message_t message)
|
||||
{
|
||||
/* this driver does not have pending URBs */
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int usbtmc_resume (struct usb_interface *intf)
|
||||
static int usbtmc_resume(struct usb_interface *intf)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user