On Thu, 2011-03-10 at 04:44 -0600, K, Mythri P wrote: > Adding function to reset/set gamma table bit for TV interface > currentl only support for disabled is added. I guess this is missing a period, a capital C, and currently is typoed. > Signed-off-by: Mythri P K <mythripk@xxxxxx> > --- > drivers/video/omap2/dss/dispc.c | 13 +++++++++++++ > drivers/video/omap2/dss/dss.h | 1 + > 2 files changed, 14 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c > index b8c576a..9b86f5f 100644 > --- a/drivers/video/omap2/dss/dispc.c > +++ b/drivers/video/omap2/dss/dispc.c > @@ -1008,6 +1008,19 @@ void dispc_set_burst_size(enum omap_plane plane, > enable_clocks(0); > } > > +void dispc_enable_gamma_table(bool enable) > +{ > + /* This is partially implemented to support only > + * disabling of the gamma table. > + */ This isn't the kernel multiline comment convention. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html