From 75f6a42938e5f2af06e071d3db86cf5336238263 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Thu, 18 Oct 2007 23:39:13 -0700 Subject: [PATCH] --- yaml --- r: 71385 b: refs/heads/master c: 3305a6bc2c4dbd8f7fde1b9941ccb260bc6355c2 h: refs/heads/master i: 71383: ca60f93f5dbc7072b41402e1ad9b7c4c443fead5 v: v3 --- [refs] | 2 +- trunk/drivers/ps3/ps3av.c | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 4d7615d2b2fc..38019549b28b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 41ab4396e19fba338baf28044d3e48385744b930 +refs/heads/master: 3305a6bc2c4dbd8f7fde1b9941ccb260bc6355c2 diff --git a/trunk/drivers/ps3/ps3av.c b/trunk/drivers/ps3/ps3av.c index 397f4ce849dc..87b3493d88e5 100644 --- a/trunk/drivers/ps3/ps3av.c +++ b/trunk/drivers/ps3/ps3av.c @@ -729,7 +729,7 @@ static void ps3av_monitor_info_dump(const struct ps3av_pkt_av_get_monitor_info * static const struct ps3av_monitor_quirk { const char *monitor_name; - u32 clear_60, clear_50, clear_vesa; + u32 clear_60; } ps3av_monitor_quirks[] = { { .monitor_name = "DELL 2007WFP", @@ -757,10 +757,6 @@ static void ps3av_fixup_monitor_info(struct ps3av_info_monitor *info) quirk->monitor_name); info->res_60.res_bits &= ~quirk->clear_60; info->res_60.native &= ~quirk->clear_60; - info->res_50.res_bits &= ~quirk->clear_50; - info->res_50.native &= ~quirk->clear_50; - info->res_vesa.res_bits &= ~quirk->clear_vesa; - info->res_vesa.native &= ~quirk->clear_vesa; break; } }