From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Kluin <12o3l@tiscali.nl> Subject: [PATCH] fix 'and typo in video/sis/sis_main.c Date: Sat, 27 Oct 2007 17:00:57 +0200 Message-ID: <472352A9.3020009@tiscali.nl> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Iln9s-0000fB-Uz for linux-fbdev-devel@lists.sourceforge.net; Sat, 27 Oct 2007 08:01:04 -0700 Received: from smtp-out3.tiscali.nl ([195.241.79.178]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1Iln9s-0006jD-55 for linux-fbdev-devel@lists.sourceforge.net; Sat, 27 Oct 2007 08:01:04 -0700 Received: from [82.171.216.234] (helo=[192.168.1.2]) by smtp-out3.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl) id 1Iln9n-0006ZL-Ow for ; Sat, 27 Oct 2007 17:00:59 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: linux-fbdev-devel@lists.sourceforge.net Fixes 'and' typo Signed-off-by: Roel Kluin <12o3l@tiscali.nl> --- diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c index bc7d236..d12dba9 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/sis/sis_main.c @@ -427,7 +427,7 @@ sisfb_interpret_edid(struct sisfb_monitor *monitor, u8 *buffer) monitor->feature = buffer[0x18]; - if(!buffer[0x14] & 0x80) { + if (!(buffer[0x14] & 0x80)) { if(!(buffer[0x14] & 0x08)) { printk(KERN_INFO "sisfb: WARNING: Monitor does not support separate syncs\n"); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/