From: Hans de Goede Date: Tue, 10 Jan 2012 16:01:41 +0000 (-0300) Subject: [media] pwc: Fix pixfmt handling X-Git-Tag: v3.3-rc1~13^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d167a85c5fb45b1ecdacdb9b7733833a9af78da8;p=pandora-kernel.git [media] pwc: Fix pixfmt handling Before this patch various code in the mode setting patch checked pdev->pixfmt, but that was not set until the mode setting succeeded, so it was looking at the old pixfmt! This patch fixes this by making the pixfmt a parameter to set_video_mode, and setting it from set_video_mode on success. Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed