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
6e308f87
Commit
6e308f87
authored
Aug 20, 2012
by
Haojian Zhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mtd: nand: append missing parameter and value
Signed-off-by:
Haojian Zhuang
<
haojian.zhuang@gmail.com
>
parent
d8bbb552
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/mtd/nand/pxa3xx_nand.c
drivers/mtd/nand/pxa3xx_nand.c
+2
-2
No files found.
drivers/mtd/nand/pxa3xx_nand.c
View file @
6e308f87
...
...
@@ -1034,7 +1034,7 @@ static int alloc_nand_resource(struct platform_device *pdev)
struct
pxa3xx_nand_platform_data
*
pdata
;
struct
pxa3xx_nand_info
*
info
;
struct
pxa3xx_nand_host
*
host
;
struct
nand_chip
*
chip
;
struct
nand_chip
*
chip
=
NULL
;
struct
mtd_info
*
mtd
;
struct
resource
*
r
;
int
ret
,
irq
,
cs
;
...
...
@@ -1244,7 +1244,7 @@ static int pxa3xx_nand_probe_dt(struct platform_device *pdev)
return
0
;
}
#else
static
inline
int
pxa3xx_nand_probe_dt
(
struct
platform_device
*
)
static
inline
int
pxa3xx_nand_probe_dt
(
struct
platform_device
*
pdev
)
{
return
0
;
}
...
...
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