projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26fc5d0
)
Staging: olpc_dcon: Use preferred kernel type
author
Aybuke Ozdemir
<
[email protected]
>
Fri, 16 Oct 2015 18:51:44 +0000
(21:51 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 17 Oct 2015 06:06:38 +0000
(23:06 -0700)
This patch "uint16_t" type instead of "u16" type was used.
checkpatch.pl issue.
Signed-off-by: Aybuke Ozdemir <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/olpc_dcon/olpc_dcon.c
patch
|
blob
|
history
diff --git
a/drivers/staging/olpc_dcon/olpc_dcon.c
b/drivers/staging/olpc_dcon/olpc_dcon.c
index d0f86d313aaf6e41926416714a8f8db8f9da37fe..2c34f61e1b39c007195f76d006db7498e1d251d4 100644
(file)
--- a/
drivers/staging/olpc_dcon/olpc_dcon.c
+++ b/
drivers/staging/olpc_dcon/olpc_dcon.c
@@
-60,7
+60,7
@@
static s32 dcon_read(struct dcon_priv *dcon, u8 reg)
static int dcon_hw_init(struct dcon_priv *dcon, int is_init)
{
- u
int16_t
ver;
+ u
16
ver;
int rc = 0;
ver = dcon_read(dcon, DCON_REG_ID);