From: Mauro Carvalho Chehab Date: Thu, 7 Oct 2010 12:31:33 +0000 (-0300) Subject: [media] videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..) X-Git-Tag: v2.6.37-rc1~64^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bede7521dbc12b386f72f26d41933789ccc9d7d;p=pandora-kernel.git [media] videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..) As pointed by Laurent: I think min_t(size_t, PAGE_SIZE, size) is the preferred way. Thanks-to: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed