[PATCH 27/49] gma500: remove an un-needed check

From: Alan Cox
Date: Tue Jul 05 2011 - 10:49:55 EST


From: Alan Cox <alan@xxxxxxxxxxxxxxx>

This is a Medfield only path

Signed-off-by: Alan Cox <alan@xxxxxxxxxxxxxxx>
---

drivers/staging/gma500/mdfld_device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/gma500/mdfld_device.c b/drivers/staging/gma500/mdfld_device.c
index 3955448..e66d04a 100644
--- a/drivers/staging/gma500/mdfld_device.c
+++ b/drivers/staging/gma500/mdfld_device.c
@@ -589,7 +589,7 @@ static int mdfld_restore_display_registers(struct drm_device *dev, int pipe)
PSB_WVDC32(palette_val[i], palette_reg + (i<<2));
if (pipe == 1)
return 0;
- if (IS_MFLD(dev) && !mdfld_panel_dpi(dev))
+ if (!mdfld_panel_dpi(dev))
mdfld_enable_te(dev, pipe);
return 0;
}

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/