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
68ff6e8e
Commit
68ff6e8e
authored
Nov 08, 2006
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] sata_via: fix obvious typo
Spotted by Martin Devera. Signed-off-by:
Jeff Garzik
<
jeff@garzik.org
>
parent
80c21881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/ata/sata_via.c
drivers/ata/sata_via.c
+1
-1
No files found.
drivers/ata/sata_via.c
View file @
68ff6e8e
...
...
@@ -230,7 +230,7 @@ static int vt6420_prereset(struct ata_port *ap)
int
online
;
/* don't do any SCR stuff if we're not loading */
if
(
!
ATA_PFLAG_LOADING
)
if
(
!
(
ap
->
pflags
&
ATA_PFLAG_LOADING
)
)
goto
skip_scr
;
/* Resume phy. This is the old resume sequence from
...
...
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