Trivial patch to update a comment in drivers/video/s1d13xxxfb.c Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
--- linux-2.6.11-mm4-orig/drivers/video/s1d13xxxfb.c 2005-03-16 15:45:26.000000000 +0100 +++ linux-2.6.11-mm4/drivers/video/s1d13xxxfb.c 2005-03-19 22:45:10.000000000 +0100 @@ -720,7 +720,7 @@ static int s1d13xxxfb_resume(struct devi if (s1dfb->disp_save) { memcpy_toio(info->screen_base, s1dfb->disp_save, info->fix.smem_len); - kfree(s1dfb->disp_save); /* XXX kmalloc()'d when? */ + kfree(s1dfb->disp_save); /* kmalloc()'d in s1d13xxxfb_suspend */ } if ((s1dfb->display & 0x01) != 0) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/