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

Commit 776ed179 authored by Pascal COMBES's avatar Pascal COMBES Committed by Greg Kroah-Hartman
Browse files

Staging: crystalhd: Fix alignement in crystalhd_lnx.c

parent f1552cbd
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -135,7 +135,8 @@ static inline int crystalhd_user_data(void __user *ud, void *dr,
}

static int chd_dec_fetch_cdata(struct crystalhd_adp *adp,
	 struct crystalhd_ioctl_data *io, uint32_t m_sz, unsigned long ua)
			       struct crystalhd_ioctl_data *io, uint32_t m_sz,
			       unsigned long ua)
{
	unsigned long ua_off;
	int rc = 0;
@@ -167,7 +168,8 @@ static int chd_dec_fetch_cdata(struct crystalhd_adp *adp,
}

static int chd_dec_release_cdata(struct crystalhd_adp *adp,
			 struct crystalhd_ioctl_data *io, unsigned long ua)
				 struct crystalhd_ioctl_data *io,
				 unsigned long ua)
{
	unsigned long ua_off;
	int rc;