Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdf4b881 authored by Aybuke Ozdemir's avatar Aybuke Ozdemir Committed by Greg Kroah-Hartman
Browse files

Staging: olpc_dcon: Use preferred kernel type



This patch "uint16_t" type instead of "u16" type was used.
checkpatch.pl issue.

Signed-off-by: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 26fc5d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{
	uint16_t ver;
	u16 ver;
	int rc = 0;

	ver = dcon_read(dcon, DCON_REG_ID);