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
nexedi
linux
Commits
9e956c2d
Commit
9e956c2d
authored
Feb 22, 2006
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
parents
1a6a3589
a6ceda74
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
drivers/scsi/esp.c
drivers/scsi/esp.c
+1
-3
No files found.
drivers/scsi/esp.c
View file @
9e956c2d
...
@@ -2068,14 +2068,12 @@ static int esp_reset(struct scsi_cmnd *SCptr)
...
@@ -2068,14 +2068,12 @@ static int esp_reset(struct scsi_cmnd *SCptr)
{
{
struct
esp
*
esp
=
(
struct
esp
*
)
SCptr
->
device
->
host
->
hostdata
;
struct
esp
*
esp
=
(
struct
esp
*
)
SCptr
->
device
->
host
->
hostdata
;
spin_lock_irq
(
esp
->
ehost
->
host_lock
);
(
void
)
esp_do_resetbus
(
esp
);
(
void
)
esp_do_resetbus
(
esp
);
spin_unlock_irq
(
esp
->
ehost
->
host_lock
);
spin_unlock_irq
(
esp
->
ehost
->
host_lock
);
wait_event
(
esp
->
reset_queue
,
(
esp
->
resetting_bus
==
0
));
wait_event
(
esp
->
reset_queue
,
(
esp
->
resetting_bus
==
0
));
spin_lock_irq
(
esp
->
ehost
->
host_lock
);
return
SUCCESS
;
return
SUCCESS
;
}
}
...
...
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