Staging: crystalhd: Fix alignement in crystalhd_lnx.c
Signed-off-by: Pascal COMBES <pascom@orange.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f1552cbdc7
commit
776ed17976
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue