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
b4b72ea8
Commit
b4b72ea8
authored
Aug 17, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI]: In dc395x.c, scsi_release_host() does not return a value.
parent
5c6dadfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
drivers/scsi/dc395x.c
drivers/scsi/dc395x.c
+1
-4
No files found.
drivers/scsi/dc395x.c
View file @
b4b72ea8
...
...
@@ -5866,10 +5866,7 @@ static void __devexit dc395x_remove_one(struct pci_dev *dev)
dprintkl
(
KERN_ERR
,
"no host allocated
\n
"
);
return
;
}
if
(
scsi_remove_host
(
host
))
{
dprintkl
(
KERN_ERR
,
"scsi_remove_host failed
\n
"
);
return
;
}
scsi_remove_host
(
host
);
host_release
(
host
);
scsi_host_put
(
host
);
pci_set_drvdata
(
dev
,
NULL
);
...
...
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