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
c2128511
Commit
c2128511
authored
Feb 15, 2003
by
Steven Cole
Committed by
Paul Mackerras
Feb 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] correct the spelling of correction and correctly
parent
a074e4f5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/ide/pci/amd74xx.c
drivers/ide/pci/amd74xx.c
+1
-1
include/linux/rtc.h
include/linux/rtc.h
+2
-2
No files found.
drivers/ide/pci/amd74xx.c
View file @
c2128511
...
...
@@ -311,7 +311,7 @@ unsigned int __init init_chipset_amd74xx(struct pci_dev *dev, const char *name)
amd_80w
=
((
u
&
0x3
)
?
1
:
0
)
|
((
u
&
0xc
)
?
2
:
0
);
for
(
i
=
24
;
i
>=
0
;
i
-=
8
)
if
(((
u
>>
i
)
&
4
)
&&
!
(
amd_80w
&
(
1
<<
(
1
-
(
i
>>
4
)))))
{
printk
(
KERN_WARNING
"AMD_IDE: Bios didn't set cable bits corectly. Enabling workaround.
\n
"
);
printk
(
KERN_WARNING
"AMD_IDE: Bios didn't set cable bits cor
r
ectly. Enabling workaround.
\n
"
);
amd_80w
|=
(
1
<<
(
1
-
(
i
>>
4
)));
}
break
;
...
...
include/linux/rtc.h
View file @
c2128511
...
...
@@ -57,8 +57,8 @@ struct rtc_pll_info {
int
pll_value
;
/* get/set correction value */
int
pll_max
;
/* max +ve (faster) adjustment value */
int
pll_min
;
/* max -ve (slower) adjustment value */
int
pll_posmult
;
/* factor for +ve corection */
int
pll_negmult
;
/* factor for -ve corection */
int
pll_posmult
;
/* factor for +ve cor
r
ection */
int
pll_negmult
;
/* factor for -ve cor
r
ection */
long
pll_clock
;
/* base PLL frequency */
};
...
...
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