Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8e2537e4
Commit
8e2537e4
authored
Feb 14, 2008
by
Thomas Petazzoni
Committed by
David Woodhouse
Apr 22, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MTD] fix minor typo in the MTD map driver for SHARP SL series
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
b0d06afb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/mtd/maps/sharpsl-flash.c
drivers/mtd/maps/sharpsl-flash.c
+1
-1
No files found.
drivers/mtd/maps/sharpsl-flash.c
View file @
8e2537e4
...
...
@@ -92,7 +92,7 @@ int __init init_sharpsl(void)
parts
=
sharpsl_partitions
;
nb_parts
=
ARRAY_SIZE
(
sharpsl_partitions
);
printk
(
KERN_NOTICE
"Using %s parti
s
ion definition
\n
"
,
part_type
);
printk
(
KERN_NOTICE
"Using %s parti
t
ion definition
\n
"
,
part_type
);
add_mtd_partitions
(
mymtd
,
parts
,
nb_parts
);
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