commit | a52a82fc3a397261ecbcbd441498be58997379c8 | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Jun 01 12:57:37 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Thu Jun 30 22:31:53 2011 -0300 |
tree | 97f1009589d38ede13865ee97c329edffa25289a | |
parent | 9a7b2d1f0eb0a6b674726c9a9d77ce83fd0b27fe [diff] |
[media] media: vb2: add __GFP_NOWARN to dma-sg allocator Add __GFP_NOWARN parameter to videobuf2 dma-sg allocator to prevent kernel warning and stack dump if there is not enough memory available. Videobuf2 and drivers should correctly handle no memory case, so there is no need for stack dump and extensive log. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>