Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Dec 2002 08:38:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Dec 2002 08:37:39 -0500 Received: from avocet.mail.pas.earthlink.net ([207.217.120.50]:17060 "EHLO avocet.mail.pas.earthlink.net") by vger.kernel.org with ESMTP id ; Wed, 11 Dec 2002 08:36:43 -0500 Date: Wed, 11 Dec 2002 06:36:25 -0800 (PST) From: James Simmons X-X-Sender: To: Petr Vandrovec cc: Linux Fbdev development list , Linux Kernel Mailing List , Subject: Re: [TRIVIAL PATCH] FBDEV: Small impact patch for fbdev In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 21 > > int fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info) > > { > > int xoffset = var->xoffset; > > int yoffset = var->yoffset; > > int err; > > > > if (xoffset < 0 || yoffset < 0 || info->fbops->fb_pan_display || > > I'm probably missing something important, but do not you want > !info->fbops->fb_pan_display > instead? Oops. Typo to the screen. That wasn't commited :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/