[media] media_entity: remove gfp_flags argument
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 9 Sep 2015 11:19:25 +0000 (08:19 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 11 Jan 2016 14:19:02 +0000 (12:19 -0200)
commit0b3b72df9018c0386293c2f529b91ed17448288a
treedeadf2b108f3b6803844315c224ba7688cd7ef70
parent8ed071426ee48879024c350ae92fc41062039b13
[media] media_entity: remove gfp_flags argument

We should not be creating device nodes at IRQ contexts. So,
the only flags we'll be using will be GFP_KERNEL. Let's
remove the gfp_flags, in order to make the interface simpler.

If we ever need it, it would be easy to revert those changes.

While here, remove an extra blank line.

Suggested-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvbdev.c
drivers/media/media-entity.c
drivers/media/v4l2-core/v4l2-dev.c
include/media/media-entity.h
This page took 0.024984 seconds and 5 git commands to generate.