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
b63d3953
Commit
b63d3953
authored
Jan 08, 2009
by
Jeff Garzik
Committed by
Jeff Garzik
Jan 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] pata_hpt3x3: correct _freeze() function declaration
Signed-off-by:
Jeff Garzik
<
jgarzik@redhat.com
>
parent
5c18c4d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/ata/pata_hpt3x3.c
drivers/ata/pata_hpt3x3.c
+2
-2
No files found.
drivers/ata/pata_hpt3x3.c
View file @
b63d3953
...
@@ -96,7 +96,7 @@ static void hpt3x3_set_dmamode(struct ata_port *ap, struct ata_device *adev)
...
@@ -96,7 +96,7 @@ static void hpt3x3_set_dmamode(struct ata_port *ap, struct ata_device *adev)
* writing to the control register or the chip will hang
* writing to the control register or the chip will hang
*/
*/
static
int
hpt3x3_freeze
(
struct
ata_port
*
ap
)
static
void
hpt3x3_freeze
(
struct
ata_port
*
ap
)
{
{
void
__iomem
*
mmio
=
ap
->
ioaddr
.
bmdma_addr
;
void
__iomem
*
mmio
=
ap
->
ioaddr
.
bmdma_addr
;
...
@@ -296,4 +296,4 @@ MODULE_DEVICE_TABLE(pci, hpt3x3);
...
@@ -296,4 +296,4 @@ MODULE_DEVICE_TABLE(pci, hpt3x3);
MODULE_VERSION
(
DRV_VERSION
);
MODULE_VERSION
(
DRV_VERSION
);
module_init
(
hpt3x3_init
);
module_init
(
hpt3x3_init
);
module_exit
(
hpt3x3_exit
);
module_exit
(
hpt3x3_exit
);
\ No newline at end of file
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