On Thu, Aug 19, 2010 at 12:54:14PM +0200, Jiri Slaby wrote:
> On 08/18/2010 10:39 PM, Bernie Thompson wrote:
> >  static int dlfb_ops_blank(int blank_mode, struct fb_info *info)
> >  {
> >     struct dlfb_data *dev = info->par;
> > +
> > +   if (blank_mode != FB_BLANK_UNBLANK) {
> >     char *bufptr;
> >     struct urb *urb;
> >  
> >     urb = dlfb_get_urb(dev);
> >     if (!urb)
> >             return 0;
> 
> Did you forget to push it right by one tab?

Yeah, this patch really doesn't look correct.

Bernie, care to fix it up?

thanks,

greg k-h
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to