From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [patch] drm/nouveau: off by one in nouveau_drm_vblank_enable() Date: Fri, 21 Jun 2013 14:47:43 +0300 Message-ID: <20130621114743.GA3062@mwanda> References: <20130403080538.GA11225@longonot.mountain> <515C1375.2020405@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by gabe.freedesktop.org (Postfix) with ESMTP id E1726E5D3C for ; Fri, 21 Jun 2013 04:48:28 -0700 (PDT) Content-Disposition: inline In-Reply-To: <515C1375.2020405@canonical.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Maarten Lankhorst Cc: Dave Airlie , Ben Skeggs , dri-devel@lists.freedesktop.org, Marcin Slusarz List-Id: dri-devel@lists.freedesktop.org On Wed, Apr 03, 2013 at 01:33:09PM +0200, Maarten Lankhorst wrote: > Op 03-04-13 10:05, Dan Carpenter schreef: > > The test here should be ">= ARRAY_SIZE()" instead of "> ARRAY_SIZE()". > > > > Signed-off-by: Dan Carpenter > Acked-by: Maarten Lankhorst We still need this patch in linux-next. regards, dan carpenter