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

Commit 32929fb4 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10243): em28xx: fix compile warning

parent aeaecaf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ enum em28xx_aout {
	EM28XX_AOUT_PCM_PHONE	= 7 << 8,
};

static int ac97_return_record_select(int a_out)
static inline int ac97_return_record_select(int a_out)
{
	return (a_out & 0x700) >> 8;
}