The patch titled
ps3av: remove unused fields in ps3av_monitor_quirks
has been added to the -mm tree. Its filename is
ps3av-remove-unused-fields-in-ps3av_monitor_quirks.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: ps3av: remove unused fields in ps3av_monitor_quirks
From: Geert Uytterhoeven <[EMAIL PROTECTED]>
Remove the `clear_50' and `clear_vesa' fields of struct
ps3av_monitor_quirk, as they're currently unused. We can always re-add
them when we really need them.
Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/ps3/ps3av.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff -puN
drivers/ps3/ps3av.c~ps3av-remove-unused-fields-in-ps3av_monitor_quirks
drivers/ps3/ps3av.c
--- a/drivers/ps3/ps3av.c~ps3av-remove-unused-fields-in-ps3av_monitor_quirks
+++ a/drivers/ps3/ps3av.c
@@ -729,7 +729,7 @@ static void ps3av_monitor_info_dump(cons
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(str
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;
}
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
fb-modedb-refactor-confusing-mode_option-assignment.patch
ps3av-remove-unused-fields-in-ps3av_monitor_quirks.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html