[PATCH 3/11] staging: udlfb: add DPMS support

Greg KH greg at kroah.com
Tue Aug 31 22:08:13 UTC 2010


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



More information about the devel mailing list