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
e421b5a2
Commit
e421b5a2
authored
Mar 10, 2009
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix few checkpatch.pl warnings for upstream patches
Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
3388c8ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/arm/mach-omap2/mmc-twl4030.c
arch/arm/mach-omap2/mmc-twl4030.c
+2
-1
arch/arm/mach-omap2/usb-musb.c
arch/arm/mach-omap2/usb-musb.c
+1
-2
No files found.
arch/arm/mach-omap2/mmc-twl4030.c
View file @
e421b5a2
...
...
@@ -357,7 +357,8 @@ static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vd
return
ret
;
}
static
int
twl_mmc3_set_power
(
struct
device
*
dev
,
int
slot
,
int
power_on
,
int
vdd
)
static
int
twl_mmc3_set_power
(
struct
device
*
dev
,
int
slot
,
int
power_on
,
int
vdd
)
{
/*
* Assume MMC3 has self-powered device connected, for example on-board
...
...
arch/arm/mach-omap2/usb-musb.c
View file @
e421b5a2
...
...
@@ -22,8 +22,7 @@
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/dma-mapping.h>
#include <asm/io.h>
#include <linux/io.h>
#include <linux/usb/musb.h>
...
...
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