Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dca8cd04
Commit
dca8cd04
authored
Sep 24, 2009
by
Oliver Neukum
Committed by
Greg Kroah-Hartman
Dec 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: usbtmc: minor formatting cleanups
Signed-off-by:
Greg Kroah-Hartman
<
gregkh@suse.de
>
parent
23f6d914
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/usb/class/usbtmc.c
drivers/usb/class/usbtmc.c
+2
-2
No files found.
drivers/usb/class/usbtmc.c
View file @
dca8cd04
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment