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
7c9fa9ff
Commit
7c9fa9ff
authored
Mar 02, 2005
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix sparse warnings in ARM IDE drivers.
Signed-off-by:
Russell King
<
rmk@arm.linux.org.uk
>
parent
2e1946e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/ide/arm/icside.c
drivers/ide/arm/icside.c
+1
-1
drivers/ide/arm/rapide.c
drivers/ide/arm/rapide.c
+1
-1
No files found.
drivers/ide/arm/icside.c
View file @
7c9fa9ff
...
...
@@ -713,7 +713,7 @@ static int __devinit
icside_probe
(
struct
expansion_card
*
ec
,
const
struct
ecard_id
*
id
)
{
struct
icside_state
*
state
;
void
*
idmem
;
void
__iomem
*
idmem
;
int
ret
;
ret
=
ecard_request_resources
(
ec
);
...
...
drivers/ide/arm/rapide.c
View file @
7c9fa9ff
...
...
@@ -17,7 +17,7 @@
* Something like this really should be in generic code, but isn't.
*/
static
ide_hwif_t
*
rapide_locate_hwif
(
void
__iomem
*
base
,
void
*
ctrl
,
unsigned
int
sz
,
int
irq
)
rapide_locate_hwif
(
void
__iomem
*
base
,
void
__iomem
*
ctrl
,
unsigned
int
sz
,
int
irq
)
{
unsigned
long
port
=
(
unsigned
long
)
base
;
ide_hwif_t
*
hwif
;
...
...
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